We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68699f0 commit 28ec804Copy full SHA for 28ec804
3 files changed
.azdo/ci-pr.yaml
@@ -1,6 +1,7 @@
1
pr:
2
- main
3
- dev
4
+- release/*
5
6
pool:
7
vmImage: ubuntu-latest
.github/workflows/codeql.yml
@@ -13,9 +13,9 @@ name: "CodeQL Advanced"
13
14
on:
15
push:
16
- branches: [ "main" ]
+ branches: [ "main", "release/*" ]
17
pull_request:
18
19
schedule:
20
- cron: '22 7 * * 4'
21
.github/workflows/python-package.yml
@@ -8,9 +8,9 @@ permissions:
8
9
10
11
12
jobs:
build:
0 commit comments