mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
Add workflow_run trigger for release completion
This commit is contained in:
4
.github/workflows/prod-build.yaml
vendored
4
.github/workflows/prod-build.yaml
vendored
@@ -1,5 +1,9 @@
|
||||
name: Build & Push Version
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Create release"]
|
||||
types:
|
||||
- completed
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
Reference in New Issue
Block a user