Skip to content

Commit a3f900d

Browse files
committed
ci: fix
1 parent 886dffd commit a3f900d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: mvn verify -fae -DskipITs $MVN_ARGS
4343

4444
- name: Publish Java code coverage
45-
if: github.ref == 'refs/heads/9258-gha'
45+
if: github.ref == 'refs/heads/master'
4646
env:
4747
CC_TOK: ${{ secrets.CODECOV_TOKEN }}
4848
run: $HOME/codecov-bash.sh -s modules/coverage-reports/target/site/jacoco-aggregate -t $CC_TOK

0 commit comments

Comments
 (0)