From 9b87199ca546d9779765bc6d113901c9bfa2d8b5 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 6 Jul 2024 16:39:22 +0200 Subject: Activate Github linux workflow for main branch --- .github/workflows/build-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index a6bb0139..cb23c281 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: [ "CI" ] + branches: [ "main" ] 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: [ "CI" ] + branches: [ "main" ] paths: - 'src/Build/Include/Makefile.inc' - 'src/Build/CMakeLists.txt' -- cgit v1.2.3