Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon authored Mar 23, 2024
1 parent 8f4a84e commit ce5cbc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Build with Maven
run: mvn verify -B -V

- name: Upload CodeClimate Report
- if: github.ref == 'refs/heads/main'
name: Upload CodeClimate Report
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
GIT_COMMIT_SHA: ${{ env.GITHUB_SHA }}
Expand Down

0 comments on commit ce5cbc8

Please # to comment.