Skip to content

Commit ce88266

Browse files
author
Gurpreet Singh
committed
publish manual or default branch
1 parent 71cde21 commit ce88266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
publish-nuget:
167167
runs-on: ubuntu-latest
168168
needs: build
169-
if: github.event.inputs.runPublish == 'true' && github.ref_name == github.event.repository.default_branch
169+
if: github.event.inputs.runPublish == 'true' || github.ref_name == github.event.repository.default_branch
170170
environment:
171171
name: Publish
172172
url: https://www.nuget.org/packages/TestStack.BDDfy/

0 commit comments

Comments
 (0)