]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Fix branches
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 20 Feb 2020 13:17:24 +0000 (14:17 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 20 Feb 2020 13:17:24 +0000 (14:17 +0100)
.github/workflows/coverage.yml

index 15fb877280545a04f470b0c4383f5934c344e64b..ad83440b133d1588f0fd95f955fb49b453203193 100644 (file)
@@ -4,10 +4,12 @@ name: Coverage Report
 on:
   push:
     branches:    
-    - 'master'
+    - '**'
+    - '!gh-pages'
   pull_request:
     branches:    
-    - 'master'
+    - '**'
+    - '!gh-pages'
 
 jobs:
   build: