We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987b870 commit 64f6c40Copy full SHA for 64f6c40
1 file changed
.github/workflows/deploy.yml
@@ -2,7 +2,10 @@ name: Deploy
2
3
on:
4
push:
5
- branches: [ main, master ]
+ branches:
6
+ - main
7
+ # branches that match deploy-* will deploy as well
8
+ - deploy-*
9
workflow_dispatch:
10
11
env:
0 commit comments