We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cde21 commit ce88266Copy full SHA for ce88266
1 file changed
.github/workflows/build.yml
@@ -166,7 +166,7 @@ jobs:
166
publish-nuget:
167
runs-on: ubuntu-latest
168
needs: build
169
- if: github.event.inputs.runPublish == 'true' && github.ref_name == github.event.repository.default_branch
+ if: github.event.inputs.runPublish == 'true' || github.ref_name == github.event.repository.default_branch
170
environment:
171
name: Publish
172
url: https://www.nuget.org/packages/TestStack.BDDfy/
0 commit comments