From 8ff026345ce6497c4003b445d89d0013cab915fd Mon Sep 17 00:00:00 2001 From: Kat Stevens Date: Tue, 25 Jun 2024 15:49:05 +0100 Subject: [PATCH] PP-12761: Rename default branch --- .github/workflows/static.yml | 2 +- .github/workflows/visual-regression.yml | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 47008c88..b54e2ac0 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -3,7 +3,7 @@ name: Static on: push: branches: - - 'master' + - 'main' workflow_dispatch: permissions: diff --git a/.github/workflows/visual-regression.yml b/.github/workflows/visual-regression.yml index 8b35379a..6682e4c0 100644 --- a/.github/workflows/visual-regression.yml +++ b/.github/workflows/visual-regression.yml @@ -3,12 +3,12 @@ name: Visual regression on: pull_request: branches: - - 'master' + - 'main' paths: - 'source/**' push: branches: - - 'master' + - 'main' paths: - 'source/**' workflow_dispatch: diff --git a/README.md b/README.md index 4e54ce85..686d1389 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Look at the CSS for the individual components for usage examples and notes. ## Releasing a Static Copy of the Site -Releases are created when changes are merged into the `master` branch. +Releases are created when changes are merged into the `main` branch. The product pages are then deployed to GitHub Pages automatically via GitHub Actions. Page contents are cached for roughly 30 minutes so your changes might not be viewable immediately.