diff options
| author | Dhravya <[email protected]> | 2024-04-10 15:36:51 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-10 15:36:51 -0700 |
| commit | feea1a26dc19074fd58ad156cd418c3efb1971b6 (patch) | |
| tree | d6cb551d3489fff6b78cb7e9ad0c11b2a8d04826 /.github/workflows | |
| parent | added ext.css, prevent css mismatch (diff) | |
| download | supermemory-feea1a26dc19074fd58ad156cd418c3efb1971b6.tar.xz supermemory-feea1a26dc19074fd58ad156cd418c3efb1971b6.zip | |
extension styling such that website content is not affected https://twitter.com/DhravyaShah/status/1778189224396922948
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 12 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 7 insertions, 7 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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bdc9d474..73b074dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Upload to Web Store on: push: tags: - - '*' + - "*" jobs: build-extension: runs-on: ubuntu-latest |