We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5697d8e commit 82820e4Copy full SHA for 82820e4
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
29
publish:
30
needs: test
31
- if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/master' && github.event_name == 'push' }}
+ if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/master' && github.event_name == 'push' && github.repository_owner == 'supabase-community' }}
32
runs-on: ubuntu-latest
33
name: "Bump version, create changelog and publish"
34
steps:
0 commit comments