Skip to content

Commit

Permalink
azure_pipelines.yml: add next_stable and libad9361-iio-v0 as trigger
Browse files Browse the repository at this point in the history
Two new branches were added on the repository, for this ones the pipeline
also needs to be triggered when PRs are raised or commits are pushed.

Signed-off-by: Andreea Andrisan <[email protected]>
  • Loading branch information
AAndrisa committed Oct 17, 2023
1 parent a24e263 commit 39a0392
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ trigger:
include:
- main
- master
- next_stable
- libad9361-iio-v0
- staging/*
- 20*
tags:
Expand All @@ -17,6 +19,8 @@ pr:
include:
- main
- master
- next_stable
- libad9361-iio-v0
- 20*

jobs:
Expand Down

0 comments on commit 39a0392

Please sign in to comment.