Update cmake.yml

This commit is contained in:
Kjell Hedström : Engineering Leadership 2021-04-08 22:17:37 -06:00 committed by GitHub
parent afaec74e4a
commit cc6582ab99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,13 @@
name: CMake
on: [push]
# on: [push]
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release