Browse Source

enabled cmake runner on pull request event (#915)

pull/917/head
Logan oos Even 3 years ago
committed by GitHub
parent
commit
5d0c395194
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/cmake.yml

4
.github/workflows/cmake.yml

@ -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.)

Loading…
Cancel
Save