Skip to content
This repository was archived by the owner on Jul 7, 2021. It is now read-only.

Commit 9df5bb7

Browse files
fix: update main.yml
1 parent 9fc5308 commit 9df5bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
release:
4242
runs-on: ubuntu-latest
4343
needs: test
44-
if: github.ref == 'refs/heads/master'
44+
if: github.ref == 'refs/heads/main'
4545

4646
steps:
4747
- name: Checkout

0 commit comments

Comments
 (0)