File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ Output of `vendor/bin/phpcs --config-show`:
49
49
(Please paste the output you get here)
50
50
```
51
51
52
- ## Tested against `master ` branch?
53
- - [ ] I have verified the issue still exists in the `master ` branch.
52
+ ## Tested against `main ` branch?
53
+ - [ ] I have verified the issue still exists in the `main ` branch.
Original file line number Diff line number Diff line change 2
2
name : Integration Test
3
3
4
4
on :
5
- # Run on pushes to `master ` and on all pull requests.
5
+ # Run on pushes to `main ` and on all pull requests.
6
6
push :
7
7
branches :
8
- - master
8
+ - main
9
9
pull_request :
10
10
# Allow manually triggering the workflow.
11
11
workflow_dispatch :
Original file line number Diff line number Diff line change 5
5
# Run on pushes to feature branches.
6
6
push :
7
7
branches-ignore :
8
- - master
8
+ - main
9
9
# Allow manually triggering the workflow.
10
10
workflow_dispatch :
11
11
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ before making a change.
7
7
Please note we have [ a code of conduct] [ ] , please follow it in all your interactions
8
8
with the project.
9
9
10
- [ a code of conduct ] : https://github.com/PHPCSStandards/composer-installer/blob/master /CODE_OF_CONDUCT.md
10
+ [ a code of conduct ] : https://github.com/PHPCSStandards/composer-installer/blob/main /CODE_OF_CONDUCT.md
11
11
12
12
## Issues and feature requests
13
13
@@ -131,7 +131,7 @@ A changelog can be generated using the [`github-changelog-generator`][github-cha
131
131
132
132
Our release versions follow [Semantic Versioning][semver].
133
133
134
- New releases (and any related tags) are always created from the `master ` branch.
134
+ New releases (and any related tags) are always created from the `main ` branch.
135
135
136
136
To create a new release:
137
137
You can’t perform that action at this time.
0 commit comments