Add Dev branch to compile check workflow
This commit is contained in:
parent
d0e1c3749f
commit
270adff68e
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