From c2db754552b9e5c57c4a843c68744df0cc744ff8 Mon Sep 17 00:00:00 2001 From: ardocrat Date: Thu, 11 Jun 2026 10:24:06 +0300 Subject: [PATCH] fix: ci --- .github/workflows/ci.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: