Only trigger publish-latest on successful build in master

This commit is contained in:
TwinProduction 2021-07-29 19:14:48 -04:00
parent cdbc075439
commit 8edca65041

View File

@ -2,6 +2,7 @@ name: publish-latest
on:
workflow_run:
workflows: ["build"]
branches: [master]
types: [completed]
jobs:
publish-latest: