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.
1 parent 611720b commit ecb9da5Copy full SHA for ecb9da5
.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