mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2025-03-20 15:56:16 +00:00
Run github actions on PR (#46)
This commit is contained in:
parent
f1c0b06b1b
commit
547fc11b29
12
.github/workflows/cmake.yml
vendored
12
.github/workflows/cmake.yml
vendored
@ -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.)
|
||||
|
Loading…
Reference in New Issue
Block a user