mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2025-04-06 00:42:04 +00:00
specify branches
This commit is contained in:
parent
86db6c2db8
commit
a41aab7891
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@ -3,14 +3,14 @@ name: CMake
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- $default-branch
|
- master
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
- synchronize
|
- synchronize
|
||||||
- reopened
|
- reopened
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- $default-branch
|
- master
|
||||||
|
|
||||||
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