internal: Run CI tests on native file change (#446)

This commit is contained in:
Taro L. Saito 2023-05-24 13:28:20 -07:00 committed by GitHub
parent 10f3b32d49
commit 3bcc1c43e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ on:
- '**.java'
- '**.sbt'
- '.github/workflows/*.yml'
- 'src/main/resources/org/xerial/snappy/**'
push:
branches:
- master
@ -15,6 +16,7 @@ on:
- '**.java'
- '**.sbt'
- '.github/workflows/*.yml'
- 'src/main/resources/org/xerial/snappy/**'
jobs:
code_format: