Skip to content

Commit c1c6b68

Browse files
authored
Update deploy.yml
1 parent 2f9467b commit c1c6b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Deploy
3434
needs: build
3535
runs-on: ubuntu-latest
36-
if: github.ref == 'refs/heads/main'
36+
if: github.ref == 'refs/heads/master'
3737

3838
steps:
3939
- name: Download artifact

0 commit comments

Comments
 (0)