This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
made it so the cmake workflow runs on cmake related changes (
#2083
)
pull/2084/head
mandar1jn
4 years ago
committed by
GitHub
parent
affb707dd9
commit
e5cdfab97d
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
6 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
.github/workflows/cmake.yml
+ 6
- 0
.github/workflows/cmake.yml
View File
@ -7,11 +7,17 @@ on:
-
'src/**'
-
'src/**'
-
'examples/**'
-
'examples/**'
-
'.github/workflows/cmake.yml'
-
'.github/workflows/cmake.yml'
-
'CMakeList.txt'
-
'CMakeOptions.txt'
-
'cmake/**'
pull_request
:
pull_request
:
paths
:
paths
:
-
'src/**'
-
'src/**'
-
'examples/**'
-
'examples/**'
-
'.github/workflows/cmake.yml'
-
'.github/workflows/cmake.yml'
-
'CMakeList.txt'
-
'CMakeOptions.txt'
-
'cmake/**'
env
:
env
:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Write
Preview
Loading…
Cancel
Save