Skip to content

Commit d986680

Browse files
committed
chore(ci): run release job on main branch
1 parent 7015b47 commit d986680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
name: Release
106106
runs-on: ubuntu-latest
107107
needs: [test-integrations-and-cover]
108-
if: github.ref == 'refs/heads/master'
108+
if: github.ref == 'refs/heads/main'
109109
steps:
110110
- name: Checkout repository
111111
uses: actions/checkout@v3

0 commit comments

Comments
 (0)