From 4005f37767090a17102fd6f1ac390489ceddf4ec Mon Sep 17 00:00:00 2001 From: Stronkkey Date: Thu, 11 Jan 2024 16:32:57 +0100 Subject: [PATCH] Fix github actions --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ea1749e..a82ec6e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,8 +1,8 @@ -name: CMake +name: "2.2" on: push: - branches: [ "main" ] + branches: [ "2.2" ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)