Merge pull request #374 from balena-os/alexgg/wf

workflows: build and deploy: allow multi-digit revisions
This commit is contained in:
Alex Gonzalez 2023-02-27 15:04:33 +01:00 committed by GitHub
commit acb1a9781e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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