Skip to content

Commit

Permalink
azure-pipelines: add trigger for libiio-v0 branch
Browse files Browse the repository at this point in the history
libiio-v0 is the branch for old libiio API. There is also v0.25 release
that has associated all archives. But we found bugs on release and the
fixes got pushed into libiio-v0 branch. So we need to keep the CI for
old API active. The CI uses azure-pipelines.yml from libiio-v0 branch,
meaning that the single impact on master is just on triggering.

Signed-off-by: Stefan Raus <[email protected]>
(cherry picked from commit 53765a1)
  • Loading branch information
SRaus committed Oct 5, 2023
1 parent 23025c2 commit e7356a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ trigger:
- main
- master
- next_stable
- libiio-v0
- staging/*
- 20*
tags:
Expand Down

0 comments on commit e7356a7

Please sign in to comment.