mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
update CI target fork
This commit is contained in:
parent
a4cda42328
commit
6a0cd22e7a
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
|
|
@ -2,9 +2,9 @@ name: CMake
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ Preview4_0 ]
|
branches: [ development ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ Preview4_0 ]
|
branches: [ development ]
|
||||||
|
|
||||||
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 a new issue