From 38bf5689dc3286071570b1a5540e2c0326610cc3 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Wed, 24 May 2023 14:43:00 -0700 Subject: [PATCH] internal: Fix CI target branch (#449) * internal: Run CI tests for update-native-libs branch * Fix config * Fix target branch --- .github/workflows/build-native.yml | 1 - .github/workflows/test.yml | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 26251684..ccadc181 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -6,7 +6,6 @@ on: branches: - master - main - - update-native-libs paths: - 'src/main/resources/org/xerial/snappy/VERSION' - 'Makefile' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2488c306..8ea75c31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,8 @@ on: push: branches: - master + - main + - update-native-libs paths: - '**.scala' - '**.java'