mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-25 22:01:16 +00:00
Add release tag pattern for hotfix releases
The joys.
This commit is contained in:
parent
80085a5686
commit
38a969f60f
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
|
||||
tags:
|
||||
- '[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]+'
|
||||
|
||||
|
|
Loading…
Reference in a new issue