Skip to content

Commit 8d7ef74

Browse files
committed
Fix branch name
1 parent 3779fc9 commit 8d7ef74

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ name: CodeQL
2020

2121
on:
2222
push:
23-
branches: [master]
23+
branches: [main]
2424
pull_request:
25-
branches: [master]
25+
branches: [main]
2626
schedule:
2727
- cron: '39 20 * * 4'
2828

.github/workflows/devskim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ name: DevSkim
1414

1515
on:
1616
push:
17-
branches: [master]
17+
branches: [main]
1818
pull_request:
19-
branches: [master]
19+
branches: [main]
2020
schedule:
2121
- cron: '22 18 * * 6'
2222

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Build
99

1010
on:
1111
push:
12-
branches: [master]
12+
branches: [main]
1313
pull_request:
14-
branches: [master]
14+
branches: [main]
1515

1616
permissions:
1717
contents: read

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Lint
99

1010
on:
1111
push:
12-
branches: [master]
12+
branches: [main]
1313
pull_request:
14-
branches: [master]
14+
branches: [main]
1515

1616
permissions:
1717
contents: read

0 commit comments

Comments
 (0)