We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1682a6 commit a295e0cCopy full SHA for a295e0c
1 file changed
.github/workflows/CI.yml
@@ -7,8 +7,6 @@ on:
7
paths:
8
- 'sample/**'
9
- 'src/**'
10
- paths-ignore:
11
- - 'docs/**'
12
13
env:
14
VERSION: ''
@@ -70,4 +68,4 @@ jobs:
70
68
done
71
69
shell: bash
72
# - name: Push packages to GitHub Package Registry
73
-# run: dotnet nuget push ${GITHUB_WORKSPACE}/packages/'*.nupkg' --skip-duplicate
+# run: dotnet nuget push ${GITHUB_WORKSPACE}/packages/'*.nupkg' --skip-duplicate
0 commit comments