Skip to content

Commit 3e34d9e

Browse files
committed
fix branch name in yml file
1 parent 90b81ca commit 3e34d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_exe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*' # This will trigger the workflow on any tag starting with 'v'
77
branches:
88
- develop
9-
- main
9+
- master
1010

1111
permissions:
1212
contents: write

0 commit comments

Comments
 (0)