Coveralls TOKEN is only available on branch master

Refs: https://github.com/kivy/buildozer/pull/1060#issuecomment-612168204
This commit is contained in:
Andre Miras 2020-04-10 20:59:52 +02:00
parent 21d4157573
commit 090cb5b36e

View file

@ -34,6 +34,7 @@ jobs:
run: |
docker run buildozer --version
- name: coveralls
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
run: coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}