mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-20 12:34:30 +02:00
Update CI to trigger tests on Makefile and VERSION changes
- Add Makefile* pattern to catch all Makefile variants - Add **/VERSION pattern to catch VERSION files anywhere in repo - Ensures tests run when native build configuration or versions change 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
ddc8fb4323
commit
520309cc6f
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -30,6 +30,8 @@ jobs:
|
||||
- '.scalafmt.conf'
|
||||
- 'sbt'
|
||||
- 'sbt.bat'
|
||||
- 'Makefile*'
|
||||
- '**/VERSION'
|
||||
code_format:
|
||||
name: code format
|
||||
needs: changes
|
||||
|
Loading…
x
Reference in New Issue
Block a user