diff --git a/.github/workflows/CMake.yml b/.github/workflows/CMake.yml index 9074d72e..e4609c7a 100644 --- a/.github/workflows/CMake.yml +++ b/.github/workflows/CMake.yml @@ -4,9 +4,9 @@ name: CMake Build Test on: push: - branches: [ "main", "v0.2.0" ] + branches: [ "main", "v0.2.*" ] pull_request: - branches: [ "main", "v0.2.0" ] + branches: [ "main", "v0.2.*" ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)