Skip to content

Commit 96b469b

Browse files
committed
Update CI to check against main branch
1 parent 187e7c6 commit 96b469b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: codecov/codecov-action@v1
3232
publish:
3333
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' }}
34+
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' }}
3535
runs-on: ubuntu-latest
3636
name: "Bump version, create changelog and publish"
3737
environment:

0 commit comments

Comments
 (0)