Skip to content

Commit d03367e

Browse files
committed
triggers
1 parent a9e9266 commit d03367e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.azure-pipelines/gpu-benchmark.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
trigger: none
1+
# Python package
2+
# Create and test a Python package on multiple Python versions.
3+
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
4+
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
5+
6+
trigger:
7+
tags:
8+
include:
9+
- '*'
10+
branches:
11+
include:
12+
- "master"
13+
- "release/*"
14+
- "refs/tags/*"
215

316
pr: none
417

0 commit comments

Comments
 (0)