diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e038a10..4ee093f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ on: push: branches: - main # The default branch - - v4.x # The other version branches to be analyzed + - v4.* # The other version branches to be analyzed - test # long-lived test branch pull_request: types: [opened, synchronize, reopened]