Skip to content

Commit 9f73e7f

Browse files
committed
ci(release): fix, workflow is not triggered due to the incorrect branch name
1 parent f47e428 commit 9f73e7f

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
@@ -3,7 +3,7 @@ name: release
33
on:
44
workflow_run:
55
workflows: ["continuous integration"]
6-
branches: [main]
6+
branches: [master]
77
types:
88
- completed
99

0 commit comments

Comments
 (0)