CI - build master branch only

[skip ci]
This commit is contained in:
Alejandro Martinez
2025-05-30 14:27:56 -03:00
parent 708b18ca01
commit f31fa924f5
2 changed files with 4 additions and 1 deletions

View File

@@ -3,7 +3,6 @@ if: commit_message =~ /\[publish binaries\]/
branches:
only:
- master
- /^[vV]\d+\.\d+(\.\d+)?(-\S*)?$/
language: cpp

View File

@@ -1,6 +1,10 @@
version: ci.{build}
clone_depth: 1
skip_tags: true
branches:
only:
- master
image:
- Visual Studio 2019
- macos-monterey