Skip to content

Commit

Permalink
buildlib: update azure trigger branches
Browse files Browse the repository at this point in the history
All branches that were built on travis (v < 25.0)  are long dead and
new stable branches (v50+) were not supported.
Simplify the regexp so that all stable branches trigger an Azure build.

Signed-off-by: Nicolas Morey <[email protected]>
  • Loading branch information
nmorey committed Feb 15, 2024
1 parent 20941e3 commit 37855b5
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions buildlib/azure-pipelines.yml
Expand Up @@ -2,20 +2,8 @@

trigger:
- master
- stable-v4*
- stable-v3*
- stable-v29
- stable-v28
- stable-v27
- stable-v26
- stable-v25
- dev/stable-v4*/*
- dev/stable-v3*/*
- dev/stable-v29/*
- dev/stable-v28/*
- dev/stable-v27/*
- dev/stable-v26/*
- dev/stable-v25/*
- stable-v*
- dev/stable-v*/*
pr:
- master

Expand Down

0 comments on commit 37855b5

Please sign in to comment.