diff options
| author | Dhravya <[email protected]> | 2024-06-24 20:40:17 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-06-24 20:40:17 -0500 |
| commit | e7a80ffd441ea93f499d60aec240d280b5501d5a (patch) | |
| tree | 69604bcc06e92f61ebb668704ab9a8c9baeb8b06 /.github | |
| parent | Merge pull request #80 from Dhravya/telegram-bot (diff) | |
| download | supermemory-e7a80ffd441ea93f499d60aec240d280b5501d5a.tar.xz supermemory-e7a80ffd441ea93f499d60aec240d280b5501d5a.zip | |
drizzle-orm in dependencies, prod wrangler.toml
Diffstat (limited to '.github')
| -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 9c1f459d..ab1c37ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build and Deploy Changes on: push: - branches: [main] + branches: [main, codetorso] paths: - "apps/web/**" - "apps/extension/**" |