Skip to content

Commit b61ea2b

Browse files
committed
fixed wrong branch in workflows
1 parent 438243c commit b61ea2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# the 1st condition
55
workflow_run:
66
workflows: ["re-release"]
7-
branches: [main]
7+
branches: [master]
88
types:
99
- completed
1010

.github/workflows/re-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "re-release"
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
re-release:

0 commit comments

Comments
 (0)