Enable GitHub CI on pull request
Also rename the build to be more specific.
This commit is contained in:
parent
7027813cb2
commit
d2e7519763
|
@ -1,6 +1,6 @@
|
||||||
name: C/C++ CI with CMake
|
name: CMake Build (Ubuntu x86-64)
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
Loading…
Reference in New Issue