diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 47008c8..b54e2ac 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 8b35379..6682e4c 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 4e54ce8..686d138 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.