enabled cmake runner on pull request event (#915)

This commit is contained in:
Logan oos Even 2021-12-25 18:05:31 +01:00 committed by GitHub
parent e6919050d3
commit 5d0c395194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,9 @@
name: CMake
# yamllint disable-line rule:truthy
on: [push]
on:
push:
pull_request:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)