Skip to content

Commit

Permalink
something
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinnfd committed Sep 16, 2024
1 parent 7f59105 commit dc072c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
name: Publish prerelease on merge commit to master
needs: [build_package]
# Only publish on tags and PR merges
if: github.repository_owner == 'mquinnfd' && github.event.pull_request.opened == false && ( ( github.ref == 'refs/heads/merge-test' && github.event.pull_request.merged ) || needs.build_package.outputs.is_tag_build )
if: github.repository_owner == 'mquinnfd' && github.event.pull_request.opened != true && ( ( github.ref == 'refs/heads/merge-test' && github.event.pull_request.merged == true ) || needs.build_package.outputs.is_tag_build )
runs-on: ubuntu-latest
steps:
- run: echo "time to run publishing!"
Expand Down

0 comments on commit dc072c6

Please sign in to comment.