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 89f628c commit 89ac7acCopy full SHA for 89ac7ac
1 file changed
.github/workflows/build-and-deploy.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches: [ main, dev ]
6
paths-ignore:
7
+ - '.github/**'
8
- 'src/CloudNimble.DotNetDocs.Docs/**'
9
- 'src/CloudNimble.DotNetDocs.Reference.Mintlify/**'
10
- 'specs/**'
@@ -414,6 +415,5 @@ jobs:
414
415
name: Release v${{ needs.build.outputs.version }}
416
body_path: ./release-notes.md
417
generate_release_notes: true
- files: ./artifacts/*.nupkg
418
draft: false
419
prerelease: false
0 commit comments