mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Add filter rules for matlab CI
This commit is contained in:
parent
efaa213b6e
commit
ba66152ad9
16
.github/workflows/build_matlab.yml
vendored
16
.github/workflows/build_matlab.yml
vendored
@ -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
Block a user