From c263a01b033c5b41ea8a6fb10d0af1e5e3fccda4 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Fri, 8 Sep 2023 08:55:59 +0200 Subject: [PATCH] Try to enable Github Actions on 2.4.x branch --- .github/workflows/build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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: -- 2.47.2