We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba6549 commit d478bc5Copy full SHA for d478bc5
1 file changed
.github/workflows/release.yml
@@ -1,6 +1,10 @@
1
name: Release
2
3
on:
4
+ workflow_run:
5
+ workflows: ["Dump"]
6
+ types:
7
+ - completed
8
push:
9
tags:
10
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching vX.Y.Z
0 commit comments