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 cc00018 commit ba796b2Copy full SHA for ba796b2
.github/workflows/deploy.yml
@@ -1,6 +1,9 @@
1
name: Deploy
2
3
on:
4
+ workflow_run:
5
+ workflows: [ Build ]
6
+ types: [ completed ]
7
push:
8
branches:
9
- 'build/**'
0 commit comments