Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinnfd committed Sep 16, 2024
1 parent 79e675b commit a3d1f3c
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 PR merges to master, and tag builds
if: ${{ github.repository_owner == 'mquinnfd' && ( ( github.ref == 'refs/heads/merge-test' && github.event.pull_request.merged == true ) || needs.build_package.outputs.is_tag_build == true ) == true }}
if: ${{ github.repository_owner == 'mquinnfd' && ( ( github.ref == 'refs/heads/merge-test' && github.event.pull_request.merged == true ) || needs.build_package.outputs.is_tag_build == true ) }}
runs-on: ubuntu-latest
steps:
- run: echo "time to run publishing!"
Expand Down

0 comments on commit a3d1f3c

Please sign in to comment.