Add Dev branch to compile check workflow
(cherry picked from commit 270adff68e
)
This commit is contained in:
parent
4702922b8e
commit
6e3c2da0a6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cmake-multi-platform.yml
vendored
4
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -5,9 +5,9 @@ name: CMake on multiple platforms
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ "Stable" ]
|
||||
branches: [ "Stable", "Dev" ]
|
||||
pull_request:
|
||||
branches: [ "Stable" ]
|
||||
branches: [ "Stable", "Dev" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue