diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 019b412..d3f9e86 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -6,11 +6,7 @@ on: types: - opened - edited - workflow_dispatch: - inputs: - branch: - description: 'Branch to test' - required: true + workflow_dispatch jobs: build: runs-on: ubuntu-latest