Skip to content

Commit 11008db

Browse files
committed
Fix branch workflows
1 parent 9aabca6 commit 11008db

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/infection.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- develop
7+
- 'v*'
78
paths:
89
- '**.php'
910
- 'composer.*'
@@ -12,6 +13,7 @@ on:
1213
push:
1314
branches:
1415
- develop
16+
- 'v*'
1517
paths:
1618
- '**.php'
1719
- 'composer.*'

.github/workflows/phpcpd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
pull_request:
55
branches:
66
- develop
7+
- 'v*'
78
paths:
89
- '**.php'
910
- '.github/workflows/phpcpd.yml'
1011
push:
1112
branches:
1213
- develop
14+
- 'v*'
1315
paths:
1416
- '**.php'
1517
- '.github/workflows/phpcpd.yml'

.github/workflows/phpcsfixer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
pull_request:
55
branches:
66
- develop
7+
- 'v*'
78
paths:
89
- '**.php'
910
- '.github/workflows/phpcsfixer.yml'
1011
push:
1112
branches:
1213
- develop
14+
- 'v*'
1315
paths:
1416
- '**.php'
1517
- '.github/workflows/phpcsfixer.yml'

.github/workflows/psalm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- develop
7+
- 'v*'
78
paths:
89
- '**.php'
910
- 'composer.*'
@@ -12,6 +13,7 @@ on:
1213
push:
1314
branches:
1415
- develop
16+
- 'v*'
1517
paths:
1618
- '**.php'
1719
- 'composer.*'

.github/workflows/rector.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- develop
7+
- 'v*'
78
paths:
89
- '**.php'
910
- 'composer.*'
@@ -12,6 +13,7 @@ on:
1213
push:
1314
branches:
1415
- develop
16+
- 'v*'
1517
paths:
1618
- '**.php'
1719
- 'composer.*'

0 commit comments

Comments
 (0)