]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Add (linux) release action. indent
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 8 Aug 2020 13:22:48 +0000 (15:22 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 8 Aug 2020 13:22:48 +0000 (15:22 +0200)
.github/workflows/linux-release.yml

index db37752c114c80d503d87e43513af97e3d00b7a9..8be6e0437cb0c77722fcfea2c415dbc688d0cee1 100644 (file)
@@ -3,8 +3,8 @@ name: Linux Release
 on:
   push:
     branches:    
-    - '**'
-    - '!gh-pages'
+    - 'master'
+    - 'dev'
 
 jobs:
   build: