Skip to content

Commit b77a5d2

Browse files
committed
skip reports on branches
1 parent 9924753 commit b77a5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Publish test results as check run annotations
5454
- name: Publish Test Results
5555
uses: dorny/test-reporter@v1
56-
if: always()
56+
if: always() && github.ref == 'refs/heads/main'
5757
with:
5858
name: Test Results
5959
path: target/surefire-reports/*.xml

0 commit comments

Comments
 (0)