diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6deedf6..ae3bcf3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,8 @@ name: CI on: + push: + branches: [ "main" ] pull_request: branches: [ "main" ]