File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Qodana
22on :
33 workflow_dispatch :
44 push :
5- branches : [ master ]
5+ branches : [ 10.x ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ 10.x ]
88
99jobs :
1010 qodana :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: code-style
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ 10.x ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ 10.x ]
88
99jobs :
1010 ecs :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: deptrac
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ 10.x ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ 10.x ]
88
99jobs :
1010 deptrac :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build docs
22
33on :
44 pull_request :
5- branches : [ master ]
5+ branches : [ 10.x ]
66
77jobs :
88 build_pages :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: phpstan
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ 10.x ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ 10.x ]
88
99jobs :
1010 phpstan :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: phpunits
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ 10.x ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ 10.x ]
88
99env :
1010 MEMCACHED_HOST : localhost
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: rector
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ 10.x ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ 10.x ]
88
99jobs :
1010 rector :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: semgrep
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ 10.x ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ 10.x ]
88
99jobs :
1010 semgrep :
You can’t perform that action at this time.
0 commit comments