diff --git a/.github/workflows/spiderapi-deploy.yml b/.github/workflows/spiderapi-deploy.yml index 8d4b41b05..4f7ce703f 100644 --- a/.github/workflows/spiderapi-deploy.yml +++ b/.github/workflows/spiderapi-deploy.yml @@ -1,5 +1,7 @@ name: Build and Deploy -on: [push] +on: + push: + branches: [ main ] jobs: build-and-deploy: runs-on: ubuntu-latest diff --git a/.gitignore b/.gitignore index 0086a5a21..e410cf060 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ urls.txt # mac .DS_Store + +dist