diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8cdc0573..b2d8b5d6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,9 @@ on: push: branches: - main - - v* + - v5 + - v6 + - v7 pull_request: branches: - main