Skip to content

Commit a04ba62

Browse files
committed
chore: update workflow for 4.3 branch
1 parent 6cab49d commit a04ba62

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

.github/workflows/test-deptrac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches:
88
- 'develop'
9-
- 'v4.*'
9+
- '4.*'
1010
paths:
1111
- 'app/**.php'
1212
- 'system/**.php'
@@ -16,7 +16,7 @@ on:
1616
push:
1717
branches:
1818
- 'develop'
19-
- 'v4.*'
19+
- '4.*'
2020
paths:
2121
- 'app/**.php'
2222
- 'system/**.php'

.github/workflows/test-phpcpd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches:
88
- 'develop'
9-
- 'v4.*'
9+
- '4.*'
1010
paths:
1111
- 'app/**.php'
1212
- 'public/**.php'
@@ -16,7 +16,7 @@ on:
1616
push:
1717
branches:
1818
- 'develop'
19-
- 'v4.*'
19+
- '4.*'
2020
paths:
2121
- 'app/**.php'
2222
- 'public/**.php'

.github/workflows/test-phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches:
88
- 'develop'
9-
- 'v4.*'
9+
- '4.*'
1010
paths:
1111
- 'app/**.php'
1212
- 'system/**.php'
@@ -18,7 +18,7 @@ on:
1818
push:
1919
branches:
2020
- 'develop'
21-
- 'v4.*'
21+
- '4.*'
2222
paths:
2323
- 'app/**.php'
2424
- 'system/**.php'

.github/workflows/test-phpunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- develop
7+
- '4.*'
78
paths:
89
- 'app/**.php'
910
- 'system/**.php'
@@ -16,7 +17,7 @@ on:
1617
pull_request:
1718
branches:
1819
- develop
19-
- 'v4.*'
20+
- '4.*'
2021
paths:
2122
- 'app/**.php'
2223
- 'system/**.php'

.github/workflows/test-rector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches:
88
- 'develop'
9-
- 'v4.*'
9+
- '4.*'
1010
paths:
1111
- 'app/**.php'
1212
- 'system/**.php'
@@ -18,7 +18,7 @@ on:
1818
push:
1919
branches:
2020
- 'develop'
21-
- 'v4.*'
21+
- '4.*'
2222
paths:
2323
- 'app/**.php'
2424
- 'system/**.php'

.github/workflows/test-scss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches:
66
- 'develop'
7-
- 'v4.x'
7+
- '4.*'
88
paths:
99
- '**.scss'
1010
- '**.css'
@@ -13,7 +13,7 @@ on:
1313
push:
1414
branches:
1515
- 'develop'
16-
- 'v4.x'
16+
- '4.*'
1717
paths:
1818
- '**.scss'
1919
- '**.css'

0 commit comments

Comments
 (0)