Skip to content

Commit

Permalink
gha/build: Publish bin image for release branches
Browse files Browse the repository at this point in the history
We moved to the major release branches with a `.x` suffix and forgot to
adjust this workflow to run on branches like `27.x`.

Signed-off-by: Paweł Gronowski <[email protected]>
(cherry picked from commit 987befa)
Signed-off-by: Paweł Gronowski <[email protected]>
  • Loading branch information
vvoland committed Jan 10, 2025
1 parent 80f7848 commit b277537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
branches:
- 'master'
- '[0-9]+.[0-9]+'
- '[0-9]+.x'
tags:
- 'v*'
pull_request:
Expand Down

0 comments on commit b277537

Please sign in to comment.