From: Zdenek Dohnal Date: Fri, 8 Sep 2023 06:55:59 +0000 (+0200) Subject: Try to enable Github Actions on 2.4.x branch X-Git-Tag: v2.4.7~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c263a01b033c5b41ea8a6fb10d0af1e5e3fccda4;p=thirdparty%2Fcups.git Try to enable Github Actions on 2.4.x branch --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ececfe8a61..e8f23f70d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,13 @@ name: Build and Test on: push: - branches: [ master ] + branches: + - master + - 2.4.x pull_request: - branches: [ master ] + branches: + - master + - 2.4.x jobs: build-linux: