diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68aa51bf860f5..a19879ea172a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ on: # yamllint disable-line rule:truthy push: branches: ['v[0-9]+-[0-9]+-test'] pull_request: - branches: ['main'] + branches: ['main', 'v[0-9]+-[0-9]+-test'] workflow_dispatch: permissions: # All other permissions are set to none