Skip to content

Commit

Permalink
ci: allow build on patch branches.
Browse files Browse the repository at this point in the history
Added a new convention of naming to allowlist
of branch names.
  • Loading branch information
ronoaldo committed Nov 17, 2023
1 parent f43d02e commit 0667407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'main'
- 'stable-5'
- '**issue**'
- '**patch**'
- 'ronoaldo/**'

env:
Expand Down

0 comments on commit 0667407

Please sign in to comment.