diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 21b6d60..ca9394a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,9 @@ name: Continuous Integration -on: [push, pull_request] -branches-ignore: - - grim +on: + push: + branches-ignore: + - grim + pull_request: jobs: linux-tests: