Skip to content

Commit

Permalink
Merge pull request #3083 from stof/ci
Browse files Browse the repository at this point in the history
Enable the static analysis CI workflow for the 3.x branch
  • Loading branch information
stof authored Jun 25, 2024
2 parents bad4ddb + 03b2593 commit 0ed476a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code style and composer validate
on:
pull_request:
push:
branches: [ master, 2.x ]
branches: [ master, 2.x, 3.x ]

jobs:
composer-validate:
Expand Down

0 comments on commit 0ed476a

Please sign in to comment.