We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a6f0a commit 52d95c7Copy full SHA for 52d95c7
.github/workflows/build.yml
@@ -1,10 +1,8 @@
1
-name: Build & Test
+name: PR Build
2
3
on:
4
- push:
5
- branches: [ develop ]
6
pull_request:
7
- branches: [ main ]
+ branches: [ main, develop ]
8
9
jobs:
10
build:
.github/workflows/main.yml
@@ -1,4 +1,4 @@
-name: Build & create a NuGet package
+name: Build & create pre-release
env:
DOTNET_VERSION: "3.1.101"
@@ -7,7 +7,7 @@ env:
workflow_dispatch:
push:
- branches: [main]
+ branches: [main, develop]
11
12
13
0 commit comments