Skip to content

Commit f2186c3

Browse files
committed
fix: change workflow trigger branch from master to main
1 parent 2eff593 commit f2186c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66

77
jobs:
88
check-release-tag:

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
types: [labeled]
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
prepare-release:

0 commit comments

Comments
 (0)