diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42a4cb7b4..78fcfd57d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,9 @@ name: CI on: workflow_dispatch: # Allow manual triggering to refresh cached baseline results push: - branches: master + branches: + - master + - 'cds-v[0-9]*' pull_request: branches: - master