Skip to content

Commit 03b2593

Browse files
committed
Enable the static analysis CI workflow for the 3.x branch
1 parent ae4ce46 commit 03b2593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Code style and composer validate
33
on:
44
pull_request:
55
push:
6-
branches: [ master, 2.x ]
6+
branches: [ master, 2.x, 3.x ]
77

88
jobs:
99
composer-validate:

0 commit comments

Comments
 (0)