Skip to content

Commit 5c35a0f

Browse files
authored
intertnal: Fix CI watch target files (#451)
1 parent 2737ea4 commit 5c35a0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ on:
77
- '**.java'
88
- '**.sbt'
99
- '.github/workflows/*.yml'
10-
- 'src/main/resources/org/xerial/snappy/**'
10+
- '**.so'
11+
- '**.dll'
12+
- 'src/main/resources/**'
1113
push:
1214
branches:
1315
- master
1416
- main
15-
- update-native-libs
1617
paths:
1718
- '**.scala'
1819
- '**.java'

0 commit comments

Comments
 (0)