Trigger pipeline on new tags

This commit is contained in:
Deluan 2020-04-25 12:35:36 -04:00
parent ef3466787d
commit 47311d16cf

View File

@ -3,6 +3,8 @@ on:
push:
branches:
- master
tags:
- "v*"
pull_request:
branches:
- master