From 2c949cef18a71479e186d4328a17ef16ed82cc38 Mon Sep 17 00:00:00 2001 From: Gulliver Date: Sat, 18 May 2024 20:18:01 +0200 Subject: [PATCH] set version to 1.2 and build to build on branch only --- .github/workflows/build_and_test.yml | 6 +++--- CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index cd8978064..a8796b1c4 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -3,9 +3,9 @@ name: Build and test #on: push on: push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] + branches: [ "v1.2" ] +# pull_request: +# branches: [ "master" ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/CMakeLists.txt b/CMakeLists.txt index f02d9c489..6c1dfc923 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.15.0 FATAL_ERROR) # Define the project name and language project(Crow LANGUAGES CXX - VERSION 1.1.1 + VERSION 1.2.0 ) # Make sure Findasio.cmake module is found