Browse Source

Added Tag into build trigger

pull/2141/head
Shelikhoo 5 years ago
parent
commit
7a9f446272
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
  1. 1
      azure-pipelines.yml

1
azure-pipelines.yml

@ -4,6 +4,7 @@ trigger:
include: include:
- master - master
- dev* - dev*
- refs/tags/*
pr: pr:
- master - master

Loading…
Cancel
Save