Skip to content

Commit 93bf5cd

Browse files
committed
Update deploy.yml
1 parent 21bd5df commit 93bf5cd

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/web'
36+
if: github.ref == 'refs/heads/main'
3737

3838
steps:
3939
- name: Download artifact

0 commit comments

Comments
 (0)