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