Skip to content

Commit 158aa22

Browse files
authored
Fix manual trigger of CI (#21)
`HEAD` is not accepted as input, so this was changed to `master`
1 parent fc563dd commit 158aa22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
ref:
1111
description: 'Commit hash, branch name, or tag to run the CI pipeline for'
1212
required: false
13-
default: 'HEAD'
13+
default: 'master'
1414
type: string
1515

1616
jobs:

0 commit comments

Comments
 (0)