Skip to content

Commit c9611c0

Browse files
committed
fix: remove some validation for workflow publish
1 parent 5f00b2b commit c9611c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
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' }}
16+
if: ${{ github.repository_owner == 'supabase' && github.event.workflow_run.conclusion == 'success' }}
1717
name: build, pack & publish
1818
runs-on: ubuntu-latest
1919
steps:

0 commit comments

Comments
 (0)