mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2025-04-10 02:42:05 +00:00
Run github actions on PR
This commit is contained in:
parent
f1c0b06b1b
commit
86db6c2db8
12
.github/workflows/cmake.yml
vendored
12
.github/workflows/cmake.yml
vendored
@ -1,6 +1,16 @@
|
|||||||
name: CMake
|
name: CMake
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- $default-branch
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- synchronize
|
||||||
|
- reopened
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- $default-branch
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||||
|
Loading…
Reference in New Issue
Block a user