Skip to content

Commit 47a3717

Browse files
authored
Merge pull request #228 from Kobzol/rename-master-to-main
Rename `master` to `main`
2 parents 4f8535e + 03c7650 commit 47a3717

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: JSON
44
"on":
55
push:
66
branches:
7-
- master
7+
- main
88
pull_request:
99
workflow_dispatch:
1010

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Markdown
44
"on":
55
push:
66
branches:
7-
- master
7+
- main
88
pull_request:
99
workflow_dispatch:
1010

.github/workflows/yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: YAML
44
"on":
55
push:
66
branches:
7-
- master
7+
- main
88
pull_request:
99
workflow_dispatch:
1010

0 commit comments

Comments
 (0)