From: Florian Zschocke Date: Fri, 31 Jan 2020 19:31:17 +0000 (+0100) Subject: ci: Ignore all branches starting with `release`. X-Git-Tag: r1.9.0~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=816f3b57fe3b9bd108d483f74402ff8bf160c02a;p=gitblit.git ci: Ignore all branches starting with `release`. Set the ignored branches pattern to `release*` for the normal ci workflow. --- diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 04a25ca1..368123d5 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -3,8 +3,7 @@ name: Continous build - build and test on every push on: push: branches-ignore: - - release - - 'releases/**' + - 'release*' - gh-pages jobs: