Skip to content

Commit 2a476f9

Browse files
committed
Use main as default branch
1 parent 3616c39 commit 2a476f9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: ["main", "master"]
5+
branches: ["main"]
66
pull_request:
77

88
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
release:
1616
if: >
1717
github.event.pull_request.merged == true &&
18-
(github.event.pull_request.base.ref == 'main' || github.event.pull_request.base.ref == 'master')
18+
github.event.pull_request.base.ref == 'main'
1919
runs-on: ubuntu-latest
2020

2121
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The repository ships with:
201201
- PHPStan static analysis
202202
- PHP-CS-Fixer formatting checks
203203
- GitHub Actions CI for pull requests and pushes
204-
- Automatic `vYY.MM.DD.n` CalVer tags and GitHub releases for merged PRs to `main`/`master`
204+
- Automatic `vYY.MM.DD.n` CalVer tags and GitHub releases for merged PRs to `main`
205205

206206
## Contributing
207207

0 commit comments

Comments
 (0)