Skip to content

Commit 5a800d6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4b05b09 commit 5a800d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
- main
88
paths:
99
- '**.m'
10-
- '.github/workflows/*.m'
10+
- '.github/workflows/*.m'
1111
pull_request:
1212
branches: ['*']
1313
paths:
1414
- '**.m'
15-
- '.github/workflows/*.m'
15+
- '.github/workflows/*.m'
1616
schedule:
1717
- cron: "1 1 1 * *"
1818

0 commit comments

Comments
 (0)