Skip to content

Commit 8c50601

Browse files
committed
fix: adjust branch name and add workflow-dispatch
1 parent e045666 commit 8c50601

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Build and Release from Merged PR
33
on:
44
pull_request:
55
types: [closed]
6-
branches: [main]
6+
branches: [master]
7+
workflow_dispatch:
78

89
jobs:
910
create-release:

0 commit comments

Comments
 (0)