Skip to content

Commit

Permalink
chore: add input for branch in the action
Browse files Browse the repository at this point in the history
  • Loading branch information
philipdelorenzo committed Oct 24, 2024
1 parent a083dc8 commit e542bd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
required: false
type: boolean
default: false
branch:
description: 'Branch to run the workflow on'
required: false
type: string
default: 'master'

env:
EVENT_TYPE: test_run
Expand Down

0 comments on commit e542bd4

Please sign in to comment.