]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: ignore gh-pages build ?
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 27 Jan 2020 01:35:02 +0000 (02:35 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 27 Jan 2020 01:35:02 +0000 (02:35 +0100)
.github/workflows/linux.yml

index 7352452fedd603a07955373eddb40412c46585b9..adcc144b1d684f22344eecc585117ed4f5d2df33 100644 (file)
@@ -1,7 +1,10 @@
 
 name: Linux
 
-on: [push]
+on:
+  push:
+    branches:    
+    - '!gh-pages'
 
 jobs:
   build: