Skip to content

Commit f6385ca

Browse files
committed
ci: Trigger on release branches
This commit updates the CI workflow to trigger on pushes to the release branches (`v*-branch`), in preparation for the upcoming maintenance releases. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent c53338b commit f6385ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77
branches:
88
- main
99
- topic-*
10+
- v*-branch
1011
pull_request_target:
1112
branches:
1213
- main
1314
- topic-*
15+
- v*-branch
1416
workflow_call:
1517
secrets:
1618
AWS_CACHE_SDK_ACCESS_KEY_ID:

0 commit comments

Comments
 (0)