From 3bcc1c43e2608e79ec5c041f88f9d2ed4a9121dc Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Wed, 24 May 2023 13:28:20 -0700 Subject: [PATCH] internal: Run CI tests on native file change (#446) --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fbbeafc..2488c30 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: