diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d71b29b853..563fb5eede 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,11 @@ on: push: branches: - 'main' - - '[0-9][0-9].0[39]' + - '[0-9][0-9].[0-9]' + - '[0-9][0-9].[0-9][0-9]' tags: - - '[0-9][0-9].0[39].*' + - '[0-9][0-9].[0-9].*' + - '[0-9][0-9].[0-9][0-9].*' pull_request: types: [opened, synchronize, reopened] merge_group: