From 05e33188a48b3209c303cb088fba00cbcc684011 Mon Sep 17 00:00:00 2001 From: Henri Lefebvre Date: Sun, 22 Oct 2023 17:47:53 +0200 Subject: [PATCH] add dev branch to workflow --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index fcf5699a..cc0617ea 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -4,7 +4,7 @@ on: push: branches: [ "*", "!gh-pages" ] pull_request: - branches: [ "main" ] + branches: [ "main", "dev" ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)