We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f00b2b commit c9611c0Copy full SHA for c9611c0
.github/workflows/release.yml
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
publish:
16
- if: ${{ startsWith(github.event.head_commit.message, 'chore(main)') && github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' && github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.repository_owner == 'supabase' && github.event.workflow_run.conclusion == 'success' }}
17
name: build, pack & publish
18
runs-on: ubuntu-latest
19
steps:
0 commit comments