Skip to content

Commit ead5507

Browse files
committed
chore: only run code coverage on master branch
1 parent 00afd02 commit ead5507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
threshold: 100
5454
- name: Upload Coverage to Code Climate
5555
uses: paambaati/codeclimate-action@v2.7.2
56-
if: ${{ github.event_name == 'push' }}
56+
if: ${{ github.event_name == 'push' && github.branch == 'master' }}
5757
env:
5858
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
5959
with:

0 commit comments

Comments
 (0)