We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aece7e commit 67d4539Copy full SHA for 67d4539
1 file changed
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy
2
3
on:
4
# Run this workflow whenever a new commit is pushed to main.
5
- push: {branches: [main]}
+ push: {branches: [master]}
6
7
jobs:
8
deploy:
0 commit comments