Skip to content

Commit edb2c1f

Browse files
Prepare for master to main rename
1 parent 4997cab commit edb2c1f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Auto Tag on Version Bump
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- VERSION
99

.github/workflows/check-for-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ jobs:
110110
run: |
111111
gh pr create --title "Update tzdata to version $TZDATA_VERSION" \
112112
--body "$TZDATA_NEWS" \
113-
--base master \
113+
--base main \
114114
--head $(git rev-parse --abbrev-ref HEAD) \
115115
--label "automatic-updates"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: tzdata contents
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)