Add filter rules for matlab CI

This commit is contained in:
Davis King 2023-07-27 20:19:39 -04:00
parent efaa213b6e
commit ba66152ad9

View File

@ -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: