diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e4cdc0fd..fe7edecfb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,9 @@ name: Tests on: + push: + branches: + - '**' pull_request: branches: - '**'