diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e823c98..6165aaf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,9 @@ permissions: on: workflow_dispatch: push: - branches: [ "main" ] + branches: [ "main", "release/**" ] pull_request: - branches: [ "main" ] + branches: [ "main", "release/**" ] types: [opened, reopened, synchronize, ready_for_review] # Pushing changes to PR stops currently-running CI concurrency: