Skip to content

Commit

Permalink
set version to 1.2 and build to build on branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver committed May 18, 2024
1 parent 1b6a4f4 commit 2c949ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c949ce

Please sign in to comment.