Skip to content

Commit a828e58

Browse files
authored
Run Azure Pipelines after merge (vercel#68982)
1 parent 74b8943 commit a828e58

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

azure-pipelines.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ trigger:
1010
- docs
1111
- errors
1212
- examples
13-
# Do not run Azure on `canary`, `main`, or release tags. This unnecessarily
14-
# increases the backlog, and the change was already tested on the PR.
13+
# Do not run Azure on release tags. This unnecessarily increases the backlog.
1514
branches:
1615
include:
1716
- '*'
1817
exclude:
19-
- canary
20-
- main
2118
- refs/tags/*
2219

2320
pr:

0 commit comments

Comments
 (0)