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 bbc436a commit ce72959Copy full SHA for ce72959
.github/workflows/build.yml
@@ -11,7 +11,9 @@ on:
11
- 'v*'
12
pull_request:
13
branches:
14
- - '*'
+ - 'master'
15
+ - 'dev'
16
+ - 'release/*'
17
18
jobs:
19
build:
@@ -90,6 +92,3 @@ jobs:
90
92
with:
91
93
name: examine-nuget-${{ env.GitVersion_SemVer }}
94
path: ${{ github.workspace }}/_NugetOutput/*.*
-
- - name: Publish to GitHub Packages
95
- run: dotnet nuget push "${{ github.workspace }}/_NugetOutput/*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://nuget.pkg.github.com/shazwazza/index.json"
0 commit comments