From: Florian Zschocke Date: Fri, 10 Jan 2020 23:04:03 +0000 (+0100) Subject: ci: Ignore release and gh-pages branches for CI build on push X-Git-Tag: r1.9.0~8^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9b32ae7ecf31187693ed8abe556bfac72e1c62c9;p=gitblit.git ci: Ignore release and gh-pages branches for CI build on push --- diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index f3531f6e..e9961f2f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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: