Skip to content

Commit d5c1db4

Browse files
committed
Fix GitHub action
1 parent 9f08c75 commit d5c1db4

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
@@ -31,7 +31,7 @@ jobs:
3131
deploy:
3232
runs-on: ubuntu-latest
3333
needs: build
34-
if: github.ref == 'refs/heads/master'
34+
if: github.ref == 'refs/heads/main'
3535
steps:
3636
- name: Download artifact
3737
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)