diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab1c37ac..9c1f459d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build and Deploy Changes on: push: - branches: [main, codetorso] + branches: [main] paths: - "apps/web/**" - "apps/extension/**"