ci: Allow running CI workflow in topic branches

This commit updates the CI workflow to allow running the workflow in
the branches prefixed with `topic-` (i.e. topic branches).

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-10-06 21:42:36 +09:00
parent c862dc8759
commit ad61394695
1 changed files with 6 additions and 2 deletions

View File

@ -4,9 +4,13 @@ name: CI
on:
push:
branches: [ main ]
branches:
- main
- topic-*
pull_request_target:
branches: [ main ]
branches:
- main
- topic-*
workflow_call:
secrets:
AWS_CACHE_SDK_ACCESS_KEY_ID: