Only run coveralls on master

This commit is contained in:
matham 2019-11-30 16:38:00 -05:00 committed by GitHub
parent cf22741702
commit 18aa4389e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ jobs:
source .ci/ubuntu_ci.sh
test_kivy
- name: Coveralls upload
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |