Skip to content

Commit 76ab068

Browse files
committed
run for PR
1 parent 1b25989 commit 76ab068

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
paths:
22+
- '.github/**'
2223
- 'sdk/**'
2324
- 'sdk-testing/**'
2425
- 'sdk-integration-tests/**'
@@ -61,14 +62,16 @@ jobs:
6162
run: mvn -B install --file pom.xml
6263

6364
- name: Generate JaCoCo Badge
64-
if: ${{ github.ref == 'refs/heads/master' && matrix.java == 17 }}
65+
if: ${{ matrix.java == 17 }}
66+
# if: ${{ github.ref == 'refs/heads/master' && matrix.java == 17 }}
6567
uses: cicirello/jacoco-badge-generator@v2
6668
with:
6769
jacoco-csv-file: build/reports/jacoco/test/jacocoTestReport.csv
6870
badges-directory: build/reports/jacoco/test/html/badges
6971

7072
- name: Publish coverage report to GitHub Pages
71-
if: ${{ github.ref == 'refs/heads/master' && matrix.java == 17 }}
73+
if: ${{ matrix.java == 17 }}
74+
# if: ${{ github.ref == 'refs/heads/master' && matrix.java == 17 }}
7275
uses: JamesIves/github-pages-deploy-action@v4
7376
with:
7477
folder: build/reports/jacoco/test/html

0 commit comments

Comments
 (0)