We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f04902 commit 183d6d9Copy full SHA for 183d6d9
1 file changed
.github/workflows/release-worker.yml
@@ -1,9 +1,9 @@
1
name: Release Worker
2
3
on:
4
- workflow_run:
5
- workflows: ["Tests"]
6
- types: [completed]
+ push:
+ tags:
+ - worker-v*
7
8
jobs:
9
check-main:
0 commit comments