Run github actions on PR (#46)

This commit is contained in:
Gyusun Yeom 2021-03-06 10:36:34 +09:00 committed by GitHub
parent f1c0b06b1b
commit 547fc11b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,16 @@
name: CMake
on: [push]
on:
pull_request:
branches:
- master
types:
- opened
- synchronize
- reopened
push:
branches:
- master
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)