diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f5b591..03200f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,10 +1,7 @@ name: Test on: - pull_request: - branches: - - "*.*" - - "feature/*" + pull_request: ~ push: branches: - "*.*"