Skip to content

Commit

Permalink
PP-12761: Rename default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
katstevens committed Jun 25, 2024
1 parent 9698126 commit 8ff0263
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Static
on:
push:
branches:
- 'master'
- 'main'
workflow_dispatch:

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/visual-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Visual regression
on:
pull_request:
branches:
- 'master'
- 'main'
paths:
- 'source/**'
push:
branches:
- 'master'
- 'main'
paths:
- 'source/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8ff0263

Please sign in to comment.