We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b465ee + e7a83f6 commit b14ba78Copy full SHA for b14ba78
1 file changed
.github/workflows/dotnet.yml
@@ -5,9 +5,9 @@ name: .NET
5
6
on:
7
push:
8
- branches: [ "master" ]
+ branches: [ "develop" ]
9
pull_request:
10
+ branches: [ "master", "develop" ]
11
12
jobs:
13
build:
0 commit comments