Skip to content

Commit 55f4faa

Browse files
committed
fix: rename workflow trigger branch (master -> main)
1 parent ad172e7 commit 55f4faa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_run:
66
workflows: ["Release"]
77
types: [completed]
8-
branches: [master]
8+
branches: [main]
99

1010
jobs:
1111
package:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [master, release]
5+
branches: [main, release]
66
pull_request:
7-
branches: [master, release]
7+
branches: [main, release]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)