diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ae6a190..a578412 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,15 +1,12 @@ name: Deploy Demo -on: - push: - branches: - - main +on: push jobs: deploy: # Only run it if the service account is set, # to avoid running it on internal forks (e.g. e2e) - if: ${{ secrets.STORAGE_SERVICE_ACCOUNT != '' }} + if: secrets.STORAGE_SERVICE_ACCOUNT != '' runs-on: ubuntu-latest steps: