Skip to content

Commit c8611f1

Browse files
committed
fix: trigger the release workflow on a change to 'master' insetad of 'main'
1 parent 06480e6 commit c8611f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: |
1111
1212
on:
1313
push:
14-
branches: ["main"]
14+
branches: ["master"]
1515

1616
workflow_dispatch:
1717

0 commit comments

Comments
 (0)