balena-os / balena-radxa

https://www.balena.io/os/
Apache License 2.0
13 stars 14 forks source link

workflows: build and deploy: allow multi-digit revisions #336

Closed alexgg closed 1 year ago

alexgg commented 1 year ago

According to github action syntax [1], there is no special character to denote a match on zero or more of the preceding character, so replace [0-9]? which only matches zero or one of the preceding characters with a *.

[1] https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet

Changelog-entry: trigger deploy builds on multi-digit revisions too Signed-off-by: Alex Gonzalez alexg@balena.io

alexgg commented 1 year ago

lgtm