diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc5b9ee..68a831b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,11 +3,11 @@ name: Test on: pull_request: branches: - - "v*.*" + - "*.*" - "feature/*" push: branches: - - "v*.*" + - "*.*" - "feature/*" permissions: