]> source.dussan.org Git - gitblit.git/commitdiff
ci: Ignore all branches starting with `release`.
authorFlorian Zschocke <florian.zschocke@devolo.de>
Fri, 31 Jan 2020 19:31:17 +0000 (20:31 +0100)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Fri, 31 Jan 2020 19:32:21 +0000 (20:32 +0100)
Set the ignored branches pattern to `release*` for the normal ci workflow.

.github/workflows/ci-build.yml

index 04a25ca153bfb9251212cc08327ab8b46bc1e3ea..368123d5251e1c02ac02573e8e09afcfe141df1a 100644 (file)
@@ -3,8 +3,7 @@ name: Continous build - build and test on every push
 on:
   push:
     branches-ignore:
-      - release
-      - 'releases/**'
+      - 'release*'
       - gh-pages
 
 jobs: