Skip to content

Commit

Permalink
Merge pull request #16 from calebjenkins/develop
Browse files Browse the repository at this point in the history
removing additional publish checks
  • Loading branch information
calebjenkins committed Sep 3, 2023
2 parents 54523da + affbd57 commit e48e8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:


- name: Push to Nuget
if: ${{ (steps.detect_branch.outcome == 'success') && (github.event.inputs.PublishNuget == true) }}
if: ${{ (github.event.inputs.PublishNuget == true) }}
# if: ${{ (github.ref == 'refs/heads/main') && ((github.event.inputs.PublishNuget == true) && (!contains(github.event.pull_request.title, 'no-publish'))) }}
# if: ${{ steps.detect_branch.outcome == 'success' }}
# if: ${{ github.event.inputs.PublishNuget == 'true'}}
Expand Down

0 comments on commit e48e8e0

Please sign in to comment.