mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +02:00
internal: Fix CI target branch (#449)
* internal: Run CI tests for update-native-libs branch * Fix config * Fix target branch
This commit is contained in:
parent
b62a27f07a
commit
38bf5689dc
1
.github/workflows/build-native.yml
vendored
1
.github/workflows/build-native.yml
vendored
@ -6,7 +6,6 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- update-native-libs
|
||||
paths:
|
||||
- 'src/main/resources/org/xerial/snappy/VERSION'
|
||||
- 'Makefile'
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -11,6 +11,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- update-native-libs
|
||||
paths:
|
||||
- '**.scala'
|
||||
- '**.java'
|
||||
|
Loading…
x
Reference in New Issue
Block a user