Skip to content

Commit c278ef9

Browse files
committed
limit when tests run
1 parent 88ec9f1 commit c278ef9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/miss_hit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- dev
7+
- dev
88
paths:
99
- '**.m'
1010
pull_request:

.github/workflows/run_tests_matlab.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ on:
55
branches:
66
- dev
77
- main
8+
paths:
9+
- '**.m'
10+
- '.github/workflows/*.m'
811
pull_request:
912
branches: ['*']
13+
paths:
14+
- '**.m'
15+
- '.github/workflows/*.m'
1016
schedule:
1117
- cron: "1 1 1 * *"
1218

0 commit comments

Comments
 (0)