diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac7831c2..cf3409ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ name: Lint & Test on: pull_request: branches: - - "*" + - "**" push: branches: - main