Skip to content

Commit 60c1c26

Browse files
authored
unittest.yml: Add path filters for PRs
1 parent a9b012b commit 60c1c26

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/unittest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ name: unittest
44
on:
55
#push:
66
pull_request:
7+
paths:
8+
- '**.cpp'
9+
- '**.h'
10+
- '**Makefile.am'
11+
'/configure.ac'
12+
- 'unittest/**.c'
13+
- 'unittest/**.cc'
714
schedule:
815
- cron: 0 0 * * *
916
workflow_dispatch:

0 commit comments

Comments
 (0)