mirror of https://github.com/kivy/kivy.git
Only run coveralls on master
This commit is contained in:
parent
cf22741702
commit
18aa4389e3
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue