File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ version: 2
22updates :
33 - package-ecosystem : " composer"
44 directory : " /"
5+ target-branch : " v2-dev"
56 schedule :
67 interval : " weekly"
78 allow :
@@ -15,9 +16,11 @@ updates:
1516 - " patch"
1617 - package-ecosystem : " npm"
1718 directory : " /"
19+ target-branch : " v2-dev"
1820 schedule :
1921 interval : " weekly"
2022 - package-ecosystem : " github-actions"
2123 directory : " /"
24+ target-branch : " v2-dev"
2225 schedule :
2326 interval : " weekly"
Original file line number Diff line number Diff line change 11# It checks the syntax of the PHP code (using PHP-CS-Fixer)
22name : " Linter: Code Syntax"
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches : [ v2-dev ]
6+ pull_request :
7+ branches : [ v2-dev ]
48jobs :
59 php-cs-fixer :
610 name : PHP-CS-Fixer
You can’t perform that action at this time.
0 commit comments