From 31b4a147de0e837925f2af9ba82220b6af7ee1dc Mon Sep 17 00:00:00 2001 From: Andrei Moraru Date: Thu, 15 Jun 2023 20:16:34 +0300 Subject: [PATCH] Update cmake.yml --- .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 8f62e42..220c07e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,9 +2,9 @@ name: CMake on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] env: BUILD_TYPE: Release