ci: Trigger CI when new tags are pushed

This commit is contained in:
Matan Kushner 2019-07-14 23:28:11 -04:00
parent 0703a74048
commit 92df2174ea
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
trigger:
branches:
include: ["*"]
tags:
include: ["*"]
jobs:
# Check formatting
- template: ci/rustfmt.yml