diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5220e9f81..5609a7f2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [main] + branches: [develop, 'release/**'] pull_request: # By default, a workflow only runs when a pull_request's activity type is # opened, synchronize, or reopened. Adding ready_for_review here ensures