From 8c7404cb384f69339fb76d26faf3ba2dbe52f6e7 Mon Sep 17 00:00:00 2001 From: ShowhyT Date: Sat, 21 Mar 2026 00:24:01 +0300 Subject: [PATCH 1/2] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 39e4494..565ce6d 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -4,7 +4,7 @@ name: CMake on multiple platforms on: push: - branches: [ "master" "module" ] + branches: [ "master", "module" ] pull_request: branches: [ "master" ] From bd6a89540a350a3d915e16dee99f7112cdcf4790 Mon Sep 17 00:00:00 2001 From: ShowhyT Date: Sat, 21 Mar 2026 00:28:28 +0300 Subject: [PATCH 2/2] Temporarly remove master --- .github/workflows/cmake-multi-platform.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 565ce6d..5865c64 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -4,7 +4,8 @@ name: CMake on multiple platforms on: push: - branches: [ "master", "module" ] + #branches: [ "master", "module" ] + branches: [ "module" ] pull_request: branches: [ "master" ]