Skip to content

Commit 142030c

Browse files
authored
Added pure CMake action to PR checks (#378)
* Added CMake CI to PR checks * Renamed action to follow pattern
1 parent 6dd0d74 commit 142030c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_vanilla.yml renamed to .github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: CMake Build Matrix
1+
name: cmake
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
env:
66
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

0 commit comments

Comments
 (0)