Skip to content

Commit 1e5b06a

Browse files
author
Jake Soenneker
committed
Ignore test dir for nuget publish
1 parent 6c95cc4 commit 1e5b06a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
name: publish-package
1+
name: publish-package
22
on:
33
push:
44
branches:
55
- main
6+
paths-ignore:
7+
- 'test/**'
68

79
tags:
810
- v*

0 commit comments

Comments
 (0)