From 270adff68e2260c5b384001dbd71693b7053ec45 Mon Sep 17 00:00:00 2001 From: Jordon Brooks Date: Sun, 7 Apr 2024 00:57:46 +0100 Subject: [PATCH] Add Dev branch to compile check workflow --- .github/workflows/cmake-multi-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index dd86440..41e82b4 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -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: