Skip to content

Commit 1c2b1e1

Browse files
ci: include more paths
Closes #91
1 parent ff5ff31 commit 1c2b1e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@ on:
55
branches: [master]
66
paths:
77
- pom.xml
8+
- spotbugs-exclude.xml
9+
- core
810
- src/**
11+
- scripts/jextract.*
12+
- scripts/TreeSitter_java.patch
913
- .github/workflows/ci.yml
1014
pull_request:
1115
branches: [master]
1216
paths:
1317
- pom.xml
18+
- spotbugs-exclude.xml
19+
- core
1420
- src/**
21+
- scripts/jextract.*
22+
- scripts/TreeSitter_java.patch
1523
- .github/workflows/ci.yml
1624

1725
concurrency:

0 commit comments

Comments
 (0)