Skip to content

Commit ddd150e

Browse files
Enable test result publishing on all branches
Co-authored-by: benhegartysefe <134416196+benhegartysefe@users.noreply.github.com>
1 parent 721fb0d commit ddd150e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
}
208208
- name: Publish test results
209209
uses: EnricoMi/publish-unit-test-result-action/windows@v2
210-
if: always() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || github.event_name == 'pull_request')
210+
if: always()
211211
with:
212212
files: |
213213
TestResults/**/*.trx

0 commit comments

Comments
 (0)