From 9bf8a09c7bce149f3f3e5f2d1e5a5be550b46aec Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Sat, 19 Jul 2025 13:40:49 -0700 Subject: [PATCH] chore: update CI workflows to use main branch instead of master (#680) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove master branch references from build-native.yml - Update snapshot.yml to trigger on main branch - Remove master branch references from test.yml 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude --- .github/workflows/build-native.yml | 1 - .github/workflows/snapshot.yml | 2 +- .github/workflows/test.yml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 95a3a49..2ac7428 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -4,7 +4,6 @@ on: workflow_dispatch: push: branches: - - master - main paths: - 'src/main/resources/org/xerial/snappy/VERSION' diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 292191a..06579ae 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -3,7 +3,7 @@ name: Snapshot Release on: push: branches: - - master + - main paths: - '**.scala' - '**.java' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 066ca78..8fb218c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,6 @@ on: pull_request: push: branches: - - master - main jobs: