Skip to content

Commit 97cecd2

Browse files
authored
Merge pull request #11 from dash14/ci/add-path-filter-to-test-workflow
Add path filter to test workflow
2 parents df94693 + b1c6658 commit 97cecd2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ on:
77
pull_request:
88
branches:
99
- main
10+
paths:
11+
- 'docker/**'
12+
- 'setup/**'
13+
- 'report/**'
14+
- 'test/**'
15+
- 'compose.yml'
16+
- 'compose.test.yml'
17+
- 'Makefile'
18+
- '.github/workflows/test.yml'
1019

1120
jobs:
1221
unit_test:

0 commit comments

Comments
 (0)