We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b2258 commit 5bdc859Copy full SHA for 5bdc859
1 file changed
.github/workflows/deploy.yml
@@ -6,7 +6,7 @@ name: deploy
6
on:
7
# Triggers the workflow on push or pull request events but only for the main branch
8
push:
9
- branches: [ main ]
+ branches: [ deploy ]
10
# Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
12
0 commit comments