Skip to content

Commit bc66eb0

Browse files
authored
Add main to YAML files (#23143)
1 parent be55a2b commit bc66eb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
- "**.sln"
2020
- "**global.json"
2121
- "**snippets.5000.json"
22-
branches: [ master ]
22+
branches: [ master, main ]
2323

2424
env:
2525
DOTNET_INSTALLER_CHANNEL: 'release/5.0.1xx'

.github/workflows/version-sweep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: 'target supported version'
44

55
# Controls when the action will run.
66
on:
7-
# Triggers the workflow on push or pull request events but only for the master branch
7+
# Triggers the workflow on push or pull request events but only for the default branch
88
schedule:
99
- cron: '0 0 1 * *'
1010
workflow_dispatch:

0 commit comments

Comments
 (0)