mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 09:24:04 +01:00
Only trigger publish-latest on successful build in master
This commit is contained in:
parent
cdbc075439
commit
8edca65041
1
.github/workflows/publish-latest.yml
vendored
1
.github/workflows/publish-latest.yml
vendored
@ -2,6 +2,7 @@ name: publish-latest
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["build"]
|
||||
branches: [master]
|
||||
types: [completed]
|
||||
jobs:
|
||||
publish-latest:
|
||||
|
Loading…
Reference in New Issue
Block a user