mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
gha/bin-image: Also run on branches like 27.x
We moved to the major release branches with a `.x` suffix and forgot to adjust this workflow. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
1
.github/workflows/bin-image.yml
vendored
1
.github/workflows/bin-image.yml
vendored
@@ -19,6 +19,7 @@ on:
|
||||
branches:
|
||||
- 'master'
|
||||
- '[0-9]+.[0-9]+'
|
||||
- '[0-9]+.x'
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
|
||||
Reference in New Issue
Block a user