Skip to content

Commit ac2d98c

Browse files
authored
ci: use main branch instead of master (#515)
1 parent 4b1582b commit ac2d98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
deploy:
3535
runs-on: ubuntu-20.04
3636
needs: [test]
37-
if: github.ref == 'refs/heads/master'
37+
if: github.ref == 'refs/heads/main'
3838
steps:
3939
- uses: actions/[email protected]
4040
with:

0 commit comments

Comments
 (0)