Skip to content

Commit 26e4012

Browse files
committed
fix(pipeline): only run if code or project files change
1 parent 43a1c10 commit 26e4012

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/NuGetCD.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: NuGetCD
33
on:
44
push:
55
branches: [ master ]
6+
paths:
7+
- '**.cs'
8+
- '**.csproj'
69
workflow_dispatch:
710
jobs:
811

0 commit comments

Comments
 (0)