Skip to content

Commit a152732

Browse files
WwwsylviashizhMSFT
authored andcommitted
chore: enable workflows for release branches (#537)
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
1 parent cd01930 commit a152732

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ name: build
1515

1616
on:
1717
push:
18-
branches: main
18+
branches:
19+
- main
20+
- release-*
1921
pull_request:
20-
branches: main
22+
branches:
23+
- main
24+
- release-*
2125

2226
jobs:
2327
build:

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ name: CodeQL
1515

1616
on:
1717
push:
18-
branches: main
18+
branches:
19+
- main
20+
- release-*
1921
pull_request:
20-
branches: main
22+
branches:
23+
- main
24+
- release-*
2125
schedule:
2226
- cron: '34 13 * * 3'
2327

.github/workflows/license-checker.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ name: License Checker
1515

1616
on:
1717
push:
18-
branches: main
18+
branches:
19+
- main
20+
- release-*
1921
pull_request:
20-
branches: main
22+
branches:
23+
- main
24+
- release-*
2125

2226
permissions:
2327
contents: write

0 commit comments

Comments
 (0)