diff --git a/.github/workflows/publish-web.yml b/.github/workflows/publish-web.yml index 962daf3..f4df2ed 100644 --- a/.github/workflows/publish-web.yml +++ b/.github/workflows/publish-web.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest if: | github.event_name == 'push' || - github.event_name == 'dispatch' || + github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' || github.event.pull_request.merged == true