Fix release_branches workflow for some cases

This commit is contained in:
Mikhail f. Shiryaev 2022-01-18 17:34:05 +01:00 committed by GitHub
parent 123802b43b
commit 105b50eccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,10 @@ env:
on: # yamllint disable-line rule:truthy on: # yamllint disable-line rule:truthy
push: push:
branches: branches:
- '21.[1-9][1-9]' # 22.1 and 22.10
- '22.[1-9][1-9]' - '2[1-9].[1-9][0-9]'
- '23.[1-9][1-9]' - '2[1-9].[1-9]'
- '24.[1-9][1-9]'
jobs: jobs:
DockerHubPushAarch64: DockerHubPushAarch64:
runs-on: [self-hosted, func-tester-aarch64] runs-on: [self-hosted, func-tester-aarch64]