diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4baed6fb59..0324704f16 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ defaults: run: working-directory: core -on: [push, pull_request] +on: [workflow_dispatch, push, pull_request] jobs: test: