diff options
| author | Yash <[email protected]> | 2024-04-11 04:52:44 +0000 |
|---|---|---|
| committer | Yash <[email protected]> | 2024-04-11 04:52:44 +0000 |
| commit | 6dcc7d18c9be5e3a5e0a3ff60668424ee0158b4e (patch) | |
| tree | 179aa936536510cc707368fc7c330c4c7fbdc3f8 /.github/workflows/build.yml | |
| parent | novel editor (diff) | |
| parent | save user ID with url to ensure that same website can be saved by users (diff) | |
| download | supermemory-new-ui.tar.xz supermemory-new-ui.zip | |
Merge branch 'main' of https://github.com/Dhravya/supermemory into new-uinew-ui
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c99080ec..9c1f459d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,15 +4,15 @@ on: push: branches: [main] paths: - - 'apps/web/**' - - 'apps/extension/**' - - 'apps/cf-ai-backend/**' + - "apps/web/**" + - "apps/extension/**" + - "apps/cf-ai-backend/**" pull_request: branches: [main] paths: - - 'apps/web/**' - - 'apps/extension/**' - - 'apps/cf-ai-backend/**' + - "apps/web/**" + - "apps/extension/**" + - "apps/cf-ai-backend/**" jobs: build-extension: |