Skip to content

Commit 3e32b3e

Browse files
committed
Fix missing workflow
1 parent 953c2c3 commit 3e32b3e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
create_release:
7474
needs:
75-
- build
75+
- build_test_pack
7676
if: |
7777
always() &&
7878
(needs.build.result == 'success' || needs.build.result == 'skipped')

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Build & Test
22

33
on:
44
push:
5-
branches: [ "main" ]
65
pull_request:
7-
branches: [ "main" ]
6+
branches: [ main ]
7+
paths:
8+
- '**.cs'
9+
- '**.csproj'
810

911
env:
1012
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1

0 commit comments

Comments
 (0)