Skip to content

Commit 6e369f0

Browse files
committed
chore: make default release branch be master
1 parent c73d833 commit 6e369f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
target_branch:
2222
description: 'Branch to make a release of'
2323
required: true
24-
default: 'dev'
24+
default: 'master'
2525

2626
# Dynamic name for the run
2727
run-name: >

0 commit comments

Comments
 (0)