Add Dev branch to compile check workflow

(cherry picked from commit 270adff68e)
This commit is contained in:
Jordon Brooks 2024-04-07 00:57:46 +01:00
parent 4702922b8e
commit 6e3c2da0a6
Signed by: jordon
GPG key ID: DBD9758CD53E786A

View file

@ -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: