Skip to content

Commit ba10bf8

Browse files
authored
Rename master to main in workflow files (#62)
1 parent 7df932c commit ba10bf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

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

77
jobs:
88
publish:

.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-ignore:
5-
- master
5+
- main
66

77
jobs:
88
test:

0 commit comments

Comments
 (0)