Skip to content

Commit

Permalink
only on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Aug 6, 2023
1 parent 46c4380 commit 43046e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
test-results:
runs-on: ubuntu-latest
needs: build
if: (success() || failure()) && env.BRANCH != 'main'
if: (success() || failure()) && github.event_name == 'pull_request'
name: Publish Unit Test Results
steps:
- name: Download Artifacts
Expand Down

0 comments on commit 43046e9

Please sign in to comment.