Merge pull request #374 from balena-os/alexgg/wf
workflows: build and deploy: allow multi-digit revisions
This commit is contained in:
commit
acb1a9781e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_and_deploy.yml
vendored
2
.github/workflows/build_and_deploy.yml
vendored
|
@ -3,7 +3,7 @@ name: 'Deploy on release tag'
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v[0-9]+.[0-9]+.[0-9]+\+?r?e?v?[0-9]?
|
- v[0-9]+.[0-9]+.[0-9]+\+?r?e?v?*
|
||||||
- v20[0-9][0-9].[0-1]?[1470].[0-9]+
|
- v20[0-9][0-9].[0-1]?[1470].[0-9]+
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
|
|
Loading…
Add table
Reference in a new issue