diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e67cdec..718af67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,9 +7,11 @@ on: pull_request: branches: - parallel + - 'release/*.*.*' push: branches: - parallel + - 'release/*.*.*' env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 89dda48..93956ef 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -2,9 +2,9 @@ name: Format Check on: push: - branches: [ parallel ] + branches: [ parallel, 'release/*.*.*' ] pull_request: - branches: [ parallel ] + branches: [ parallel, 'release/*.*.*' ] jobs: clang-format-check: diff --git a/CMakeLists.txt b/CMakeLists.txt index 61c5a2a..b0d2558 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.21) project( omegah2csg - VERSION 0.0.1 + VERSION 0.0.2 LANGUAGES CXX C) include(GNUInstallDirs)