Skip to content

Commit

Permalink
Add targeting to v1.* branches for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Feb 20, 2023
1 parent c64c651 commit 4886049
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build-system/linux-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ trigger:
include:
- dev
- master
- v1.*

name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)

pr:
autoCancel: true # indicates whether additional pushes to a PR should cancel in-progress runs for the same PR. Defaults to true
branches:
include: [ dev, master ] # branch names which will trigger a build
include: [ dev, master, v1.* ] # branch names which will trigger a build

jobs:
- template: azure-pipeline.template.yaml
parameters:
name: Ubuntu
vmImage: 'ubuntu-20.04'
scriptFileName: ./build.sh
scriptArgs: all
scriptArgs: all

0 comments on commit 4886049

Please sign in to comment.