Skip to content

Commit 5025c23

Browse files
committed
Specialize release branches
1 parent d78e2ad commit 5025c23

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/linux-precommit.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ on:
77
push:
88
branches:
99
- npu/main
10-
- npu/release/**
10+
- npu/release/20.x
11+
- npu/release/21.x
1112
pull_request:
1213
branches:
1314
- npu/main
14-
- npu/release/**
15+
- npu/release/20.x
16+
- npu/release/21.x
1517

1618
concurrency:
1719
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/pr-code-format.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
pull_request:
88
branches:
99
- npu/main
10-
- npu/release/**
10+
- npu/release/20.x
11+
- npu/release/21.x
1112

1213
jobs:
1314
code_formatter:

.github/workflows/pr-code-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
pull_request:
88
branches:
99
- npu/main
10-
- npu/release/**
10+
- npu/release/20.x
11+
- npu/release/21.x
1112

1213
jobs:
1314
code_linter:

0 commit comments

Comments
 (0)