mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-25 19:31:44 +03:00
;ci: release: also recognise release tags starting with r
This commit is contained in:
parent
f3bcb4beb9
commit
11f721f759
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -6,7 +6,7 @@ name: release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags: [ '[0-9]*' ]
|
||||
tags: [ '[0-9]*', 'r[0-9]*' ]
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
Loading…
Reference in New Issue
Block a user