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.
2 parents 62ae566 + f6afca4 commit 7cdfed6Copy full SHA for 7cdfed6
.github/workflows/dotnet.yml
@@ -10,10 +10,10 @@ name: .NET
10
on:
11
push:
12
#branches: [ 'master', 'release/**' ]
13
- branches: [ 'master', 'release/**', 'setup_github_actions' ]
+ branches: [ 'master', 'release/**', 'setup-github-actions' ]
14
pull_request:
15
16
17
tags:
18
- 'v*'
19
0 commit comments