From edb2c1f8b4c6387eef9badb888138d868846cfae Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sat, 11 Apr 2026 13:37:55 +0100 Subject: [PATCH] Prepare for `master` to `main` rename --- .github/workflows/auto-tag.yml | 2 +- .github/workflows/check-for-updates.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 475583e..4ac8a02 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -3,7 +3,7 @@ name: Auto Tag on Version Bump on: push: branches: - - master + - main paths: - VERSION diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index 119d1d0..35b01aa 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -110,6 +110,6 @@ jobs: run: | gh pr create --title "Update tzdata to version $TZDATA_VERSION" \ --body "$TZDATA_NEWS" \ - --base master \ + --base main \ --head $(git rev-parse --abbrev-ref HEAD) \ --label "automatic-updates" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af8e595..e09241f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,7 +3,7 @@ name: tzdata contents on: push: branches: - - master + - main pull_request: workflow_dispatch: