Skip to content

Commit 9f0d077

Browse files
committed
update branch names
1 parent 4394641 commit 9f0d077

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

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

33
on:
44
push:
5-
branches: [master, ]
5+
branches: [main, ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [master]
8+
branches: [main]
99
schedule:
1010
- cron: '0 11 * * 1'
1111

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: .NET Core
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ name: Lint Code Base
1111
#############################
1212
on:
1313
push:
14-
branches-ignore: [master, main]
14+
branches-ignore: [main]
1515
# Remove the line above to run when pushing to master
1616
pull_request:
17-
branches: [master, main]
17+
branches: [main]
1818

1919
###############
2020
# Set the Job #

0 commit comments

Comments
 (0)