diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a481a226..247ea021 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,12 @@ on: branches: [main] pull_request: branches: [main] + workflow_dispatch: + inputs: + ref: + description: "Branch or SHA to run CI on" + required: false + default: "" jobs: test: