Skip to content

Commit

Permalink
dispatch doesn't need an input
Browse files Browse the repository at this point in the history
  • Loading branch information
MIWdlB committed May 13, 2024
1 parent c2e21b5 commit c1c835d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1c835d

Please sign in to comment.