From: Zdenek Dohnal Date: Fri, 8 Sep 2023 05:54:17 +0000 (+0200) Subject: CI: Github Actions don't run on 2.4.x X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f7d38b3294baf2ab354d8d38bc6683e36de9517;p=thirdparty%2Fcups.git CI: Github Actions don't run on 2.4.x Try a different syntax --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63ca35a9b1..a4f34a619c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,13 @@ name: Build and Test on: push: - branches: [ master, 2.4.x ] + branches: + - master + - 2.4.x pull_request: - branches: [ master, 2.4.x ] + branches: + - master + - 2.4.x workflow_dispatch: jobs: