Skip to content

Commit

Permalink
Setting BRANCH dispatch input as required
Browse files Browse the repository at this point in the history
  • Loading branch information
tovar-rodrigo committed Apr 4, 2024
1 parent f1649a0 commit d161085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
BRANCH:
description: "Git branch to fetch code from"
required: false
required: true
default: "master"
type: string

Expand Down

0 comments on commit d161085

Please sign in to comment.