Run github actions on PR

This commit is contained in:
Gyusun Yeom 2021-03-06 08:58:36 +09:00 committed by GitHub
parent f1c0b06b1b
commit 86db6c2db8
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:
- $default-branch
types:
- opened
- synchronize
- reopened
push:
branches:
- $default-branch
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)