Skip to content

Commit d8e9238

Browse files
committed
Enable the static analysis check for PRs against the 2.x branch
1 parent 5f35aee commit d8e9238

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 ]
6+
branches: [ master, 2.x ]
77

88
jobs:
99
composer-validate:

0 commit comments

Comments
 (0)