Skip to content

Commit a3c9605

Browse files
authored
Merge pull request #122 from mat007/rename-master-to-main
Rename master branch to main
2 parents 1796f40 + f6f3990 commit a3c9605

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010
push:
1111
branches:
12-
- master
12+
- main
1313
- develop
1414
- feature/**
1515

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Release
66

77
on:
88
push:
9-
branches: [master]
9+
branches: [main]
1010
tags: ['v*']
1111

1212
jobs:

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ skip_branch_with_pr: true
99

1010
branches:
1111
only:
12-
- master
12+
- main
1313

1414
environment:
1515
matrix:

0 commit comments

Comments
 (0)