Skip to content

Commit

Permalink
internal: Fix CI target branch (#449)
Browse files Browse the repository at this point in the history
* internal: Run CI tests for update-native-libs branch

* Fix config

* Fix target branch
  • Loading branch information
xerial committed May 24, 2023
1 parent b62a27f commit 38bf568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
branches:
- master
- main
- update-native-libs
paths:
- 'src/main/resources/org/xerial/snappy/VERSION'
- 'Makefile'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
push:
branches:
- master
- main
- update-native-libs
paths:
- '**.scala'
- '**.java'
Expand Down

0 comments on commit 38bf568

Please sign in to comment.