Skip to content

Commit 0e25822

Browse files
authored
[Misc] enable CI in feature branch (#513)
enable CI in feature branch
1 parent 799932b commit 0e25822

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/cpp-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ "*" ]
66
pull_request:
7-
branches: [ "dev*", "main", "*release" ]
7+
branches: [ "dev*", "main", "*release", "feature*" ]
88

99

1010
jobs:

.github/workflows/ucmstore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches: [ "*" ]
88
pull_request:
9-
branches: [ "dev*", "main", "*release" ]
9+
branches: [ "dev*", "main", "*release", "feature*" ]
1010

1111
env:
1212
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/unifiedcache_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- 'main'
77
- 'dev*'
88
- '*release'
9+
- 'feature*'
910
pull_request:
1011
branches:
1112
- 'main'
1213
- 'dev*'
1314
- '*release'
15+
- 'feature*'
1416

1517
jobs:
1618
# gpu-test:

0 commit comments

Comments
 (0)