Skip to content

Commit

Permalink
Pipe IT: Fix for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveYurongSu committed Jan 26, 2025
1 parent 41e2502 commit c01583d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipe-it-2cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- master
- 'rel/1.*'
- 'rc/1.*'
- 'rel/*.*'
- 'rc/*.*'
- 'force_ci/**'
paths-ignore:
- 'docs/**'
Expand All @@ -14,8 +14,8 @@ on:
pull_request:
branches:
- master
- 'rel/1.*'
- 'rc/1.*'
- 'rel/*.*'
- 'rc/*.*'
- 'force_ci/**'
paths-ignore:
- 'docs/**'
Expand Down

0 comments on commit c01583d

Please sign in to comment.