intertnal: Fix CI watch target files (#451)

This commit is contained in:
Taro L. Saito 2023-05-24 16:46:16 -07:00 committed by GitHub
parent 2737ea41c4
commit 5c35a0ff12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,13 @@ on:
- '**.java' - '**.java'
- '**.sbt' - '**.sbt'
- '.github/workflows/*.yml' - '.github/workflows/*.yml'
- 'src/main/resources/org/xerial/snappy/**' - '**.so'
- '**.dll'
- 'src/main/resources/**'
push: push:
branches: branches:
- master - master
- main - main
- update-native-libs
paths: paths:
- '**.scala' - '**.scala'
- '**.java' - '**.java'