Skip to content

Commit 2cd2a17

Browse files
Merge pull request #94 from CompOmics/RobbinBouwmeester-patch-1
Update default Git ref in publish.yml
2 parents 7c896a0 + 0885663 commit 2cd2a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
ref:
1010
description: 'Git ref (branch, tag, or SHA) to build from'
1111
required: true
12-
default: 'main'
12+
default: 'master' # ← was 'main'
1313
type: string
1414

1515
# Least-privilege defaults for all jobs (override per-job if needed)

0 commit comments

Comments
 (0)