mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 03:11:30 +00:00
Add release tag pattern for hotfix releases
The joys.
This commit is contained in:
parent
cc3ab80462
commit
9da34e6f03
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release-app.yaml
vendored
1
.github/workflows/release-app.yaml
vendored
|
@ -5,6 +5,7 @@ on:
|
||||||
# Cannot filter on both branches (release) and tags - it's ORed
|
# Cannot filter on both branches (release) and tags - it's ORed
|
||||||
tags:
|
tags:
|
||||||
- '[0-9]+.[0-9]+.[0-9]+'
|
- '[0-9]+.[0-9]+.[0-9]+'
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+.[0-9]+'
|
||||||
- '[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+'
|
- '[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+'
|
||||||
- '[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+\.[0-9]+'
|
- '[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+\.[0-9]+'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue