From 386189b7936038fbf6b8a8a229f5f876613b4d96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Wed, 19 Feb 2020 18:15:15 +0100 Subject: [PATCH] :wrench: check ref --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.0