Skip to content

Commit d4b90c6

Browse files
committed
chore: rename default branch to main
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 5affe69 commit d4b90c6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Build and Test
55

66
on:
77
push:
8-
branches: [ "master" ]
8+
branches: [ "main" ]
99
pull_request:
10-
branches: [ "master" ]
10+
branches: [ "main" ]
1111

1212
jobs:
1313
build:

.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: '43 23 * * 5'
2222

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Build and Deploy to Github Pages
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
push:
9-
branches: [ master ]
9+
branches: [ main ]
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:

0 commit comments

Comments
 (0)