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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- ".github/workflows/build_matlab.yml"
|
||||||
|
- "**.cpp"
|
||||||
|
- "**.h"
|
||||||
|
- "**.c"
|
||||||
|
- "**.cu"
|
||||||
|
- "**.cmake"
|
||||||
|
- "**CMakeLists.txt"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- ".github/workflows/build_matlab.yml"
|
||||||
|
- "**.cpp"
|
||||||
|
- "**.h"
|
||||||
|
- "**.c"
|
||||||
|
- "**.cu"
|
||||||
|
- "**.cmake"
|
||||||
|
- "**CMakeLists.txt"
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Reference in New Issue