Add 'release/*' branches to branch filters of workflow triggers

This commit is contained in:
Andrey Kalmykov 2024-02-18 16:33:05 +01:00
parent 0c7bf7fa66
commit 0cfa886da5
2 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ name: CMake
on:
push:
branches: [ "master","current" ]
branches: [ "master", "current", "release/*" ]
paths: [ "**.cpp", "**.h", "**/CMakeLists.txt" ]
pull_request:
branches: [ "master","current" ]
branches: [ "master", "current", "release/*" ]
paths: [ "**.cpp", "**.h", "**/CMakeLists.txt" ]
env:

View File

@ -2,10 +2,10 @@ name: CMake-Qt6
on:
push:
branches: [ "master","current" ]
branches: [ "master", "current", "release/*" ]
paths: [ "**.cpp", "**.h", "**/CMakeLists.txt" ]
pull_request:
branches: [ "master","current" ]
branches: [ "master", "current", "release/*" ]
paths: [ "**.cpp", "**.h", "**/CMakeLists.txt" ]
env: