We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be55a2b commit bc66eb0Copy full SHA for bc66eb0
.github/workflows/build-validation.yml
@@ -19,7 +19,7 @@ on:
19
- "**.sln"
20
- "**global.json"
21
- "**snippets.5000.json"
22
- branches: [ master ]
+ branches: [ master, main ]
23
24
env:
25
DOTNET_INSTALLER_CHANNEL: 'release/5.0.1xx'
.github/workflows/version-sweep.yml
@@ -4,7 +4,7 @@ name: 'target supported version'
4
5
# Controls when the action will run.
6
on:
7
- # Triggers the workflow on push or pull request events but only for the master branch
+ # Triggers the workflow on push or pull request events but only for the default branch
8
schedule:
9
- cron: '0 0 1 * *'
10
workflow_dispatch:
0 commit comments