chore: update CI workflows to use main branch instead of master (#680)

- 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 <noreply@anthropic.com>
This commit is contained in:
Taro L. Saito 2025-07-19 13:40:49 -07:00 committed by GitHub
parent ded9f16e05
commit 9bf8a09c7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,6 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- master
- main - main
paths: paths:
- 'src/main/resources/org/xerial/snappy/VERSION' - 'src/main/resources/org/xerial/snappy/VERSION'

View File

@ -3,7 +3,7 @@ name: Snapshot Release
on: on:
push: push:
branches: branches:
- master - main
paths: paths:
- '**.scala' - '**.scala'
- '**.java' - '**.java'

View File

@ -4,7 +4,6 @@ on:
pull_request: pull_request:
push: push:
branches: branches:
- master
- main - main
jobs: jobs: