We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b787f01 + 2a01399 commit 07d1ffaCopy full SHA for 07d1ffa
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: codecov/codecov-action@v3
37
publish:
38
needs: test
39
- if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase-community' }}
+ if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/main' && contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.repository_owner == 'supabase-community' }}
40
runs-on: ubuntu-latest
41
name: "Bump version, create changelog and publish"
42
environment:
0 commit comments