We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187e7c6 commit 96b469bCopy full SHA for 96b469b
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: codecov/codecov-action@v1
32
publish:
33
needs: test
34
- if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/develop' && 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' && github.event_name == 'push' && github.repository_owner == 'supabase-community' }}
35
runs-on: ubuntu-latest
36
name: "Bump version, create changelog and publish"
37
environment:
0 commit comments