We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc563dd commit 158aa22Copy full SHA for 158aa22
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
ref:
11
description: 'Commit hash, branch name, or tag to run the CI pipeline for'
12
required: false
13
- default: 'HEAD'
+ default: 'master'
14
type: string
15
16
jobs:
0 commit comments