Skip to content

Commit f26af00

Browse files
committed
better ignore path
1 parent e38bc0b commit f26af00

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ on:
66

77
tags:
88
- v*
9-
paths:
10-
- 'src/Soenneker.Utils.BackgroundQueue/**'
11-
- '.github/workflows/publish-package.yml'
9+
paths-ignore:
10+
- 'test/**'
1211

1312
env:
1413
"PipelineEnvironment": true

0 commit comments

Comments
 (0)