diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70e4c10b88..57ac8d3a20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: node_js CI -on: [pull_request] +on: [pull_request, workflow_dispatch] concurrency: group: ci-${{ github.event.pull_request.number || github.ref }}