Fixed pattern for tags on github action

This commit is contained in:
Alejandro Celaya 2020-07-31 20:24:44 +02:00
parent 53bbcd34a6
commit 977af0ee43

View File

@ -5,7 +5,7 @@ on:
branches:
- develop
tags:
- *
- 'v*'
jobs:
build: