Skip to content

Commit 7f4f178

Browse files
committed
build: updated master to main branch rename
1 parent 0b3e697 commit 7f4f178

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.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: "15 10 * * 1"
2222

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Lint Code Base
1616
#############################
1717
on:
1818
pull_request:
19-
branches: [master]
19+
branches: [main]
2020

2121
###############
2222
# Set the Job #
@@ -48,6 +48,6 @@ jobs:
4848
uses: github/super-linter@v4
4949
env:
5050
VALIDATE_ALL_CODEBASE: false
51-
DEFAULT_BRANCH: master
51+
DEFAULT_BRANCH: main
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
JAVASCRIPT_DEFAULT_STYLE: prettier

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: pull-request
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)