chore: fix deploy workflow trigger issue

This commit is contained in:
mutoe 2021-02-28 13:59:31 +08:00
parent 13bd7b8985
commit 97cb4167a5
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ on:
types: [completed] types: [completed]
jobs: jobs:
build: deploy:
# https://github.community/t/workflow-run-success-type-reference/133194
if: ${{ github.event.workflow_run.conclusion == 'success' }}
env: env:
CI: true CI: true