mirror of https://github.com/davisking/dlib.git
Add filter rules for matlab CI
This commit is contained in:
parent
efaa213b6e
commit
ba66152ad9
|
@ -4,9 +4,25 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- ".github/workflows/build_matlab.yml"
|
||||
- "**.cpp"
|
||||
- "**.h"
|
||||
- "**.c"
|
||||
- "**.cu"
|
||||
- "**.cmake"
|
||||
- "**CMakeLists.txt"
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- ".github/workflows/build_matlab.yml"
|
||||
- "**.cpp"
|
||||
- "**.h"
|
||||
- "**.c"
|
||||
- "**.cu"
|
||||
- "**.cmake"
|
||||
- "**CMakeLists.txt"
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
Loading…
Reference in New Issue