Skip to content

Commit f85a0d6

Browse files
committed
Enable GH workflows for 5.x
1 parent 5333205 commit f85a0d6

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
push:
77
branches:
88
- master
9+
- 5.x
910
pull_request:
1011
branches:
1112
- master
13+
- 5.x
1214

1315
jobs:
1416
test:

.github/workflows/code-style.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
- 5.x
78
pull_request:
89
branches:
910
- master
11+
- 5.x
1012

1113
jobs:
1214
php-cs:

.github/workflows/security-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
- 5.x
78
pull_request:
89
branches:
910
- master
11+
- 5.x
1012

1113
jobs:
1214
security-checker:

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
- 5.x
78
pull_request:
89
branches:
910
- master
11+
- 5.x
1012

1113
jobs:
1214
static-analysis:

0 commit comments

Comments
 (0)