diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4fa6b59d8..7a41833a9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -4,7 +4,13 @@ on: pull_request: branches: - main - workflow_dispatch: # Allow manual triggering + workflow_dispatch: + inputs: + branch: + description: 'Branch to run checks against' + required: true + default: 'main' + type: string concurrency: