diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 614ac9c10..50a3ad0f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -207,7 +207,7 @@ jobs: permissions: contents: read issues: write - if: github.event_name == 'schedule' && always() + if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && always() needs: - build - test