.github/workflows/release.yml 🔗
@@ -1,7 +1,9 @@
name: Release
on:
- push:
+ workflow_run:
+ workflows: ["Go CI"]
+ types: [completed]
branches:
- master
drew created
.github/workflows/release.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
@@ -1,7 +1,9 @@
name: Release
on:
- push:
+ workflow_run:
+ workflows: ["Go CI"]
+ types: [completed]
branches:
- master