We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953c2c3 commit 3e32b3eCopy full SHA for 3e32b3e
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
73
create_release:
74
needs:
75
- - build
+ - build_test_pack
76
if: |
77
always() &&
78
(needs.build.result == 'success' || needs.build.result == 'skipped')
.github/workflows/test.yml
@@ -2,9 +2,11 @@ name: Build & Test
2
3
on:
4
push:
5
- branches: [ "main" ]
6
pull_request:
7
+ branches: [ main ]
+ paths:
8
+ - '**.cs'
9
+ - '**.csproj'
10
11
env:
12
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
0 commit comments