Skip to content

Commit 38bf568

Browse files
authored
internal: Fix CI target branch (#449)
* internal: Run CI tests for update-native-libs branch * Fix config * Fix target branch
1 parent b62a27f commit 38bf568

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-native.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
branches:
77
- master
88
- main
9-
- update-native-libs
109
paths:
1110
- 'src/main/resources/org/xerial/snappy/VERSION'
1211
- 'Makefile'

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
push:
1212
branches:
1313
- master
14+
- main
15+
- update-native-libs
1416
paths:
1517
- '**.scala'
1618
- '**.java'

0 commit comments

Comments
 (0)