We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 611720b + ecb9da5 commit 6587ef3Copy full SHA for 6587ef3
.github/workflows/deploy.yml
@@ -2,8 +2,8 @@ name: Deploy to production
2
on:
3
workflow_run:
4
workflows: ["Test"]
5
- tags:
6
- - '*'
+ branches:
+ - release
7
types:
8
- completed
9
env:
0 commit comments