Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Try to get build to run on PRs
  • Loading branch information
Shazwazza authored and nikcio committed Jul 26, 2023
1 parent e3cec96 commit 18cacaa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:
- 'v*'
pull_request:
branches:
- '*'
- 'master'
- 'dev'
- 'release/*'

jobs:
build:
Expand Down Expand Up @@ -88,6 +90,3 @@ jobs:
with:
name: examine-nuget-${{ env.GitVersion_SemVer }}
path: ${{ github.workspace }}/_NugetOutput/*.*

- name: Publish to GitHub Packages
run: dotnet nuget push "${{ github.workspace }}/_NugetOutput/*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://nuget.pkg.github.com/shazwazza/index.json"

0 comments on commit 18cacaa

Please sign in to comment.