]> source.dussan.org Git - gitblit.git/commitdiff
ci: Ignore release and gh-pages branches for CI build on push
authorFlorian Zschocke <florian.zschocke@devolo.de>
Fri, 10 Jan 2020 23:04:03 +0000 (00:04 +0100)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Fri, 10 Jan 2020 23:04:03 +0000 (00:04 +0100)
.github/workflows/ci-build.yml

index f3531f6e3fe7d671143376a475f3675805253e1f..e9961f2fc485d3c649b69e9ace85637495172901 100644 (file)
@@ -1,6 +1,11 @@
 name: Continous build - build and test on every push
 
-on: push
+on:
+  push:
+    branches-ignore:
+      - release
+      - 'releases/**'
+      - gh-pages
 
 jobs:
   build: