mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-24 06:24:40 +02:00
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:
parent
ded9f16e05
commit
9bf8a09c7b
1
.github/workflows/build-native.yml
vendored
1
.github/workflows/build-native.yml
vendored
@ -4,7 +4,6 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- 'src/main/resources/org/xerial/snappy/VERSION'
|
||||
|
2
.github/workflows/snapshot.yml
vendored
2
.github/workflows/snapshot.yml
vendored
@ -3,7 +3,7 @@ name: Snapshot Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- '**.scala'
|
||||
- '**.java'
|
||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -4,7 +4,6 @@ on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user