Trigger pipeline on new tags

This commit is contained in:
Deluan
2020-04-25 12:35:36 -04:00
parent ef3466787d
commit 47311d16cf
+2
View File
@@ -3,6 +3,8 @@ on:
push: push:
branches: branches:
- master - master
tags:
- "v*"
pull_request: pull_request:
branches: branches:
- master - master