Skip to content

Commit ce72959

Browse files
authored
Update build.yml
Try to get build to run on PRs
1 parent bbc436a commit ce72959

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ on:
1111
- 'v*'
1212
pull_request:
1313
branches:
14-
- '*'
14+
- 'master'
15+
- 'dev'
16+
- 'release/*'
1517

1618
jobs:
1719
build:
@@ -90,6 +92,3 @@ jobs:
9092
with:
9193
name: examine-nuget-${{ env.GitVersion_SemVer }}
9294
path: ${{ github.workspace }}/_NugetOutput/*.*
93-
94-
- 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

Comments
 (0)