diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4934e54c..eebab8455 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,13 @@ name: ci/github on: pull_request: - branches: [ main ] + branches: + - main + - "release-v*" # release branches push: - branches: [ main ] + branches: + - main + - "release-v*" # release branches permissions: contents: read