Skip to content

Commit

Permalink
ci: Trigger on release branches
Browse files Browse the repository at this point in the history
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 <root@stephanos.io>
  • Loading branch information
stephanosio committed Jun 20, 2024
1 parent c53338b commit f6385ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
branches:
- main
- topic-*
- v*-branch
pull_request_target:
branches:
- main
- topic-*
- v*-branch
workflow_call:
secrets:
AWS_CACHE_SDK_ACCESS_KEY_ID:
Expand Down

0 comments on commit f6385ca

Please sign in to comment.