Update cmake.yml

This commit is contained in:
Arthur Coppey 2021-11-30 13:08:31 +00:00 committed by GitHub
parent 6c834e05f9
commit 9ea6089327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@ name: CMake
on: on:
push: push:
branches: [ master ] branches: [ master, dev ]
pull_request: pull_request:
branches: [ master ] branches: [ master, dev ]
env: env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release BUILD_TYPE: RelWithDebInfo
jobs: jobs:
build: build: