From 18aa4389e3a0f726d98189ac095546811d009739 Mon Sep 17 00:00:00 2001 From: matham Date: Sat, 30 Nov 2019 16:38:00 -0500 Subject: [PATCH] Only run coveralls on master --- .github/workflows/test_ubuntu_python.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_ubuntu_python.yml b/.github/workflows/test_ubuntu_python.yml index d875afc99..8ccc69a21 100644 --- a/.github/workflows/test_ubuntu_python.yml +++ b/.github/workflows/test_ubuntu_python.yml @@ -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: |