Skip to content

Commit 1836763

Browse files
committed
ci: rename master to main
1 parent d443c60 commit 1836763

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66

77
jobs:
88
release:

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
types: [opened, synchronize]
88

Diff for: package.json

+5
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,10 @@
4242
"extends": [
4343
"github>gr2m/.github"
4444
]
45+
},
46+
"release": {
47+
"branches": [
48+
"main"
49+
]
4550
}
4651
}

0 commit comments

Comments
 (0)