File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
push :
6
6
branches :
7
+ - main
7
8
- master
8
9
9
10
# Cancels all previous workflow runs for the same branch that have not yet completed.
40
41
if : steps.check_composer_file.outputs.files_exists == 'true'
41
42
uses : " ramsey/composer-install@v2"
42
43
env :
43
- COMPOSER_ROOT_VERSION : ' dev-master '
44
+ COMPOSER_ROOT_VERSION : ' dev-main '
44
45
45
46
- name : Check existence of vendor/bin/parallel-lint file
46
47
id : check_linter_file
79
80
if : steps.check_files.outputs.files_exists == 'true'
80
81
uses : " ramsey/composer-install@v2"
81
82
env :
82
- COMPOSER_ROOT_VERSION : ' dev-master '
83
+ COMPOSER_ROOT_VERSION : ' dev-main '
83
84
84
85
- name : Check existence of vendor/bin/phpcs file
85
86
id : check_phpcs_binary_file
Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
push :
6
6
branches :
7
+ - main
7
8
- master
8
9
paths-ignore :
9
10
- ' features/**'
43
44
if : steps.check_composer_file.outputs.files_exists == 'true'
44
45
uses : " ramsey/composer-install@v2"
45
46
env :
46
- COMPOSER_ROOT_VERSION : ' dev-master '
47
+ COMPOSER_ROOT_VERSION : ' dev-main '
47
48
48
49
- name : Configure git user
49
50
run : |
95
96
uses : repo-sync/pull-request@v2
96
97
with :
97
98
source_branch : regenerate-readme
98
- destination_branch : master
99
+ destination_branch : main
99
100
github_token : ${{ secrets.GITHUB_TOKEN }}
100
101
pr_title : Regenerate README file
101
102
pr_body : " **This is an automated pull-request**\n\n Refreshes the `README.md` file with the latest changes to the docblocks in the source code."
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
push :
6
6
branches :
7
+ - main
7
8
- master
8
9
9
10
# Cancels all previous workflow runs for the same branch that have not yet completed.
46
47
if : steps.check_files.outputs.files_exists == 'true'
47
48
uses : " ramsey/composer-install@v2"
48
49
env :
49
- COMPOSER_ROOT_VERSION : ' dev-master '
50
+ COMPOSER_ROOT_VERSION : ' dev-main '
50
51
51
52
- name : Setup problem matcher to provide annotations for PHPUnit
52
53
if : steps.check_files.outputs.files_exists == 'true'
@@ -134,7 +135,7 @@ jobs:
134
135
if : steps.check_files.outputs.files_exists == 'true'
135
136
uses : " ramsey/composer-install@v2"
136
137
env :
137
- COMPOSER_ROOT_VERSION : ' dev-master '
138
+ COMPOSER_ROOT_VERSION : ' dev-main '
138
139
139
140
- name : Start MySQL server
140
141
if : steps.check_files.outputs.files_exists == 'true'
You can’t perform that action at this time.
0 commit comments