We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ec9f1 commit c278ef9Copy full SHA for c278ef9
.github/workflows/miss_hit.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
- - dev
+ - dev
8
paths:
9
- '**.m'
10
pull_request:
.github/workflows/run_tests_matlab.yml
@@ -5,8 +5,14 @@ on:
- dev
+ paths:
+ - '**.m'
+ - '.github/workflows/*.m'
11
12
branches: ['*']
13
14
15
16
schedule:
17
- cron: "1 1 1 * *"
18
0 commit comments