diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d951884..2e25591e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ on: jobs: state: runs-on: ubuntu-latest - if: github.event.workflow_run.conclusion == 'success' + if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' steps: - name: Checkout the repository uses: actions/checkout@v3