We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fc31d commit c84398eCopy full SHA for c84398e
.github/workflows/publish-production.yaml
@@ -1,7 +1,7 @@
1
on:
2
push:
3
branches:
4
- - 'master'
+ - 'archive/prod'
5
workflow_dispatch:
6
name: Publish Production
7
jobs:
.github/workflows/publish-stage.yaml
- - 'stage'
+ - 'archive/stage'
name: Publish Stage
0 commit comments