Skip to content

Commit c01583d

Browse files
committed
Pipe IT: Fix for release
1 parent 41e2502 commit c01583d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pipe-it-2cluster.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- master
7-
- 'rel/1.*'
8-
- 'rc/1.*'
7+
- 'rel/*.*'
8+
- 'rc/*.*'
99
- 'force_ci/**'
1010
paths-ignore:
1111
- 'docs/**'
@@ -14,8 +14,8 @@ on:
1414
pull_request:
1515
branches:
1616
- master
17-
- 'rel/1.*'
18-
- 'rc/1.*'
17+
- 'rel/*.*'
18+
- 'rc/*.*'
1919
- 'force_ci/**'
2020
paths-ignore:
2121
- 'docs/**'

0 commit comments

Comments
 (0)