ci: Trigger CI when new tags are pushed
This commit is contained in:
parent
0703a74048
commit
92df2174ea
|
@ -1,3 +1,9 @@
|
|||
trigger:
|
||||
branches:
|
||||
include: ["*"]
|
||||
tags:
|
||||
include: ["*"]
|
||||
|
||||
jobs:
|
||||
# Check formatting
|
||||
- template: ci/rustfmt.yml
|
||||
|
|
Loading…
Reference in New Issue