Skip to content

Commit 9782e5e

Browse files
chore: Change master branch references to main (#474)
1 parent 9edbe99 commit 9782e5e

File tree

79 files changed

+82
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+82
-82
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: CI
66
on:
77
push:
88
pull_request:
9-
branches: [ master ]
9+
branches: [ main ]
1010

1111
jobs:
1212
build:

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "master" ]
16+
branches: [ "main" ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ "master" ]
19+
branches: [ "main" ]
2020
schedule:
2121
- cron: '32 15 * * 2'
2222

README.md

Lines changed: 3 additions & 3 deletions

RELEASE.md

Lines changed: 1 addition & 1 deletion

docs/rules/assert-args.md

Lines changed: 1 addition & 1 deletion

docs/rules/literal-compare-order.md

Lines changed: 1 addition & 1 deletion

docs/rules/no-assert-equal-boolean.md

Lines changed: 1 addition & 1 deletion

docs/rules/no-assert-equal.md

Lines changed: 1 addition & 1 deletion

docs/rules/no-assert-logical-expression.md

Lines changed: 1 addition & 1 deletion

docs/rules/no-async-in-loops.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)