We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00afd02 commit ead5507Copy full SHA for ead5507
.github/workflows/module.yml
@@ -53,7 +53,7 @@ jobs:
53
threshold: 100
54
- name: Upload Coverage to Code Climate
55
uses: paambaati/codeclimate-action@v2.7.2
56
- if: ${{ github.event_name == 'push' }}
+ if: ${{ github.event_name == 'push' && github.branch == 'master' }}
57
env:
58
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
59
with:
0 commit comments