]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Update
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 23:47:41 +0000 (00:47 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 23:47:41 +0000 (00:47 +0100)
.github/workflows/coverage.yml

index 21d4b4b4dbbb8ca50c462753fd6aac8c5e9cb2db..5f03c115e1d1ba25aea9a7784e8fe111476c9a9f 100644 (file)
@@ -62,7 +62,7 @@ jobs:
 
     - name: Push Report
       run: |
-        echo ${{ GITHUB_REF }}
+        [ $(git rev-parse --abbrev-ref HEAD) = "master" ] || return 0
         cd gwion-coverage-report
         git config --local user.email "action@github.com"
         git config --local user.name "GitHub Action"