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:
Taro L. Saito 2023-05-24 14:43:00 -07:00 committed by GitHub
parent b62a27f07a
commit 38bf5689dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,6 @@ on:
branches:
- master
- main
- update-native-libs
paths:
- 'src/main/resources/org/xerial/snappy/VERSION'
- 'Makefile'

View File

@ -11,6 +11,8 @@ on:
push:
branches:
- master
- main
- update-native-libs
paths:
- '**.scala'
- '**.java'