balena-allwinner/.github/workflows
Alex Gonzalez 3c8d45dfce workflows: build and deploy: allow multi-digit revisions
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

[skip ci]

Changelog-entry: trigger deploy builds on multi-digit revisions too
Signed-off-by: Alex Gonzalez <alexg@balena.io>
2023-02-27 13:57:35 +01:00
..
build_and_deploy.yml workflows: build and deploy: allow multi-digit revisions 2023-02-27 13:57:35 +01:00
esr.yml workflows: add ESR 2023-01-12 12:13:22 +01:00
flowzone.yml flowzone: Update CI workflow to allow external contributions 2023-02-21 10:37:16 -05:00