fix: match tag

This commit is contained in:
Danil Kovtonyuk 2021-06-11 12:10:43 +03:00
parent 5cfe527be8
commit 3cf642fe68
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: build
on:
push:
branches: ['*']
tags: ['v[0-9]+.[0-9]+.[0-9]+.*']
tags: ['v[0-9]+.[0-9]+.[0-9]+*']
pull_request:
jobs: