From cd90170f5d1ddef17b6eb19fdb0cee705d69f5ed Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 6 Jul 2024 16:40:16 +0200 Subject: [PATCH] Activate Github workflow for master branch --- .github/workflows/build-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index cb23c281..6bab9e4a 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -2,7 +2,7 @@ name: Build and test Linux on: push: - branches: [ "main" ] + branches: [ "master" ] paths: - 'src/Build/Include/Makefile.inc' - 'src/Build/CMakeLists.txt' @@ -22,7 +22,7 @@ on: - 'src/Makefile' - '.github/workflows/build-linux.yml' pull_request: - branches: [ "main" ] + branches: [ "master" ] paths: - 'src/Build/Include/Makefile.inc' - 'src/Build/CMakeLists.txt'