mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-21 21:14:31 +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:
|
branches:
|
||||||
- master
|
- master
|
||||||
- main
|
- main
|
||||||
- update-native-libs
|
|
||||||
paths:
|
paths:
|
||||||
- 'src/main/resources/org/xerial/snappy/VERSION'
|
- 'src/main/resources/org/xerial/snappy/VERSION'
|
||||||
- 'Makefile'
|
- 'Makefile'
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -11,6 +11,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- main
|
||||||
|
- update-native-libs
|
||||||
paths:
|
paths:
|
||||||
- '**.scala'
|
- '**.scala'
|
||||||
- '**.java'
|
- '**.java'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user