File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : ["main", "master" ]
5+ branches : ["main"]
66 pull_request :
77
88jobs :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments