Skip to content

Commit 0dba813

Browse files
committed
fixed cherry-pick merge mistake
1 parent 539e4f9 commit 0dba813

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/component-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ on:
55
push:
66
branches:
77
- main
8+
- 'stable/*'
9+
- 'monthly/*'
810
paths-ignore:
911
- "*.md"
1012
- charts/**
11-
- 'stable/*'
12-
- 'monthly/*'
1313
pull_request:
1414
branches:
1515
- main
16+
- 'stable/*'
17+
- 'monthly/*'
1618
paths-ignore:
1719
- "*.md"
1820
- charts/**
19-
- 'stable/*'
20-
- 'monthly/*'
2121

2222
jobs:
2323
component-test:

0 commit comments

Comments
 (0)