Skip to content

Commit

Permalink
Fix manual trigger of CI
Browse files Browse the repository at this point in the history
`HEAD` is not accepted as input, so this was changed to `master`
  • Loading branch information
jbreue16 committed Dec 13, 2024
1 parent fc563dd commit 3090c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
ref:
description: 'Commit hash, branch name, or tag to run the CI pipeline for'
required: false
default: 'HEAD'
default: 'master'
type: string

jobs:
Expand Down

0 comments on commit 3090c33

Please sign in to comment.