Skip to content

Commit 9cd5815

Browse files
committed
ci(workflow): Rename master to main
Signed-off-by: Julius Härtl <[email protected]>
1 parent 5074204 commit 9cd5815

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lint
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- stable*
77
pull_request:
88

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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
- stable*
77
pull_request:
88

0 commit comments

Comments
 (0)