Skip to content

Commit 9bf8a09

Browse files
xerialclaude
andauthored
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>
1 parent ded9f16 commit 9bf8a09

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/build-native.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- master
87
- main
98
paths:
109
- 'src/main/resources/org/xerial/snappy/VERSION'

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Snapshot Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- '**.scala'
99
- '**.java'

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- master
87
- main
98

109
jobs:

0 commit comments

Comments
 (0)