Skip to content

Commit cf54fd8

Browse files
authored
Merge pull request #111 from supabase-community/fix/set-correct-main-branch-in-ci.yml
fix: set correct main branch in ci.yml
2 parents 8b24de1 + 7206e73 commit cf54fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
publish:
3131
needs: test
32-
if: ${{ !startsWith(github.event.head_commit.message, 'bump:') && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
32+
if: ${{ !startsWith(github.event.head_commit.message, 'bump:') && github.ref == 'refs/heads/develop' && github.event_name == 'push' }}
3333
runs-on: ubuntu-latest
3434
name: "Bump version, create changelog and publish"
3535
steps:

0 commit comments

Comments
 (0)