We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274ac22 commit 5164e4eCopy full SHA for 5164e4e
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ on:
4
# Trigger the workflow every time you push to the `main` branch
5
# Using a different branch name? Replace `main` with your branch’s name
6
push:
7
- branches: [master]
+ branches: [main]
8
9
# Allows you to run this workflow manually from the Actions tab on GitHub.
10
workflow_dispatch:
0 commit comments