Skip to content

Commit

Permalink
run a publication job only for v* tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Inok committed Dec 6, 2023
1 parent 8080dca commit 09ff510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
needs: [ build ]
environment: NuGet.org
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')

steps:

Expand Down

0 comments on commit 09ff510

Please sign in to comment.