mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
fix: workflow trigger updated for my tagging convention
This commit is contained in:
parent
8d8087f2d6
commit
0689272046
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github_release.yml
vendored
2
.github/workflows/github_release.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Github Release Workflow
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue