Merge pull request #33744 from ClickHouse/Felixoid-patch-1

Fix release_branches workflow for some cases
This commit is contained in:
alesapin 2022-01-18 21:58:43 +03:00 committed by GitHub
commit e89d067cbf
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
push:
branches:
- '21.[1-9][1-9]'
- '22.[1-9][1-9]'
- '23.[1-9][1-9]'
- '24.[1-9][1-9]'
# 22.1 and 22.10
- '2[1-9].[1-9][0-9]'
- '2[1-9].[1-9]'
jobs:
DockerHubPushAarch64:
runs-on: [self-hosted, func-tester-aarch64]