mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 04:18:15 +03:00
Fix filter pattern
This commit is contained in:
parent
17b48c3a85
commit
140db28aa7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -3,7 +3,7 @@ name: Release
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v[0-9.]+[a-z]*'
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+[a-z]?'
|
||||
|
||||
jobs:
|
||||
docker-build:
|
||||
|
|
Loading…
Reference in a new issue