Skip to content

Commit

Permalink
add back "skip for non-master"
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Nov 4, 2022
1 parent e7c7baa commit 4256aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

publish:
needs: [build]
# if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
environment: nuget
steps:
Expand Down

0 comments on commit 4256aa9

Please sign in to comment.