]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: check ref
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 19 Feb 2020 17:15:15 +0000 (18:15 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 19 Feb 2020 17:15:15 +0000 (18:15 +0100)
.github/workflows/coverage.yml

index 63a6163c68c3e0172c712591fe0ec906e521ab12..38d03e91b7a56e84852a98692684cb4e852d6195 100644 (file)
@@ -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"