Skip to content

Commit

Permalink
intertnal: Fix CI watch target files (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed May 24, 2023
1 parent 2737ea4 commit 5c35a0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ on:
- '**.java'
- '**.sbt'
- '.github/workflows/*.yml'
- 'src/main/resources/org/xerial/snappy/**'
- '**.so'
- '**.dll'
- 'src/main/resources/**'
push:
branches:
- master
- main
- update-native-libs
paths:
- '**.scala'
- '**.java'
Expand Down

0 comments on commit 5c35a0f

Please sign in to comment.