From 25e017b23d8704dce6300da0da9f0c1e8466a8fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Wed, 19 Feb 2020 18:31:53 +0100 Subject: [PATCH] :wrench: branch --- .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 cabde3ec..45d6485c 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 == 'master' + if: github.event_name == 'push' run: | cd gwion-coverage-report git config --local user.email "action@github.com" -- 2.43.0