From: Jérémie Astor Date: Wed, 19 Feb 2020 17:15:15 +0000 (+0100) Subject: :wrench: check ref X-Git-Tag: nightly~1861 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=386189b7936038fbf6b8a8a229f5f876613b4d96;p=gwion.git :wrench: check ref --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 63a6163c..38d03e91 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -66,7 +66,7 @@ jobs: done - name: Push Report - if: github.event_name == 'push' && github.event.ref == 'refs/head/master' + if: github.event_name == 'push' && github.event.ref == 'master' run: | cd gwion-coverage-report git config --local user.email "action@github.com"