Skip to content

Commit e55f44d

Browse files
refacto github actions
1 parent 0d2dadc commit e55f44d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 2
22
updates:
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"

.github/workflows/super-linter.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# It checks the syntax of the PHP code (using PHP-CS-Fixer)
22
name: "Linter: Code Syntax"
3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [ v2-dev ]
6+
pull_request:
7+
branches: [ v2-dev ]
48
jobs:
59
php-cs-fixer:
610
name: PHP-CS-Fixer

0 commit comments

Comments
 (0)