Skip to content

Commit 28ec804

Browse files
axelsrzrodrigobr-msft
authored andcommitted
adding pipeline trigger to pr against release branch (#114)
1 parent 68699f0 commit 28ec804

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.azdo/ci-pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pr:
22
- main
33
- dev
4+
- release/*
45

56
pool:
67
vmImage: ubuntu-latest

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ name: "CodeQL Advanced"
1313

1414
on:
1515
push:
16-
branches: [ "main" ]
16+
branches: [ "main", "release/*" ]
1717
pull_request:
18-
branches: [ "main" ]
18+
branches: [ "main", "release/*" ]
1919
schedule:
2020
- cron: '22 7 * * 4'
2121

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ permissions:
88

99
on:
1010
push:
11-
branches: [ "main" ]
11+
branches: [ "main", "release/*" ]
1212
pull_request:
13-
branches: [ "main" ]
13+
branches: [ "main", "release/*" ]
1414

1515
jobs:
1616
build:

0 commit comments

Comments
 (0)