From: Karel Zak Date: Tue, 26 Jan 2021 14:52:41 +0000 (+0100) Subject: github: enable ci-build for all basic branches X-Git-Tag: v2.37-rc1~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67f2918a6b1e1d0417f832a2e78f56aee422b379;p=thirdparty%2Futil-linux.git github: enable ci-build for all basic branches Signed-off-by: Karel Zak --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 16a9e7a4b1..df0345d32e 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -3,6 +3,9 @@ on: push: branches: - 'cibuild' + - 'master' + - 'next' + - 'stable/**' paths-ignore: - 'Documentation/**' - 'lib*/docs/**'