Skip to content

Commit 21ae16c

Browse files
Github actions: run tests when changes phitter folder
1 parent c056622 commit 21ae16c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unittest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- "phitter/**"
79
pull_request:
810
branches:
911
- main
12+
paths:
13+
- "phitter/**"
1014

1115
jobs:
1216
test:

0 commit comments

Comments
 (0)