diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c5c46c5b..6204097a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,10 +7,11 @@ on: workflow_dispatch: push: branches: - - main + - 'main' + - 'test-*' pull_request: branches: - - main + - 'main' types: - opened - reopened