diff options
| author | Dhravya <[email protected]> | 2024-06-24 20:40:45 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-06-24 20:40:45 -0500 |
| commit | 5446660626657c92eb88a515c53c1fba0c4f5987 (patch) | |
| tree | 0073264ea444db87b587e958983be67b245b645c /.github/workflows | |
| parent | drizzle-orm in dependencies, prod wrangler.toml (diff) | |
| download | supermemory-5446660626657c92eb88a515c53c1fba0c4f5987.tar.xz supermemory-5446660626657c92eb88a515c53c1fba0c4f5987.zip | |
build.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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/**" |