From c1c835dda8788f45c5d4f696f60871e8bac4187d Mon Sep 17 00:00:00 2001 From: MIWdlB Date: Mon, 13 May 2024 14:37:21 +0100 Subject: [PATCH] dispatch doesn't need an input --- .github/workflows/pull_request.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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