From d660af0896e43d0b4f19772c4613bec385df7f98 Mon Sep 17 00:00:00 2001 From: sprites0 <199826320+sprites0@users.noreply.github.com> Date: Thu, 3 Jul 2025 22:30:18 +0000 Subject: [PATCH] chore: Deduplicate CI --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9d4cb2216..66c14fdda 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -3,7 +3,7 @@ name: Continuous Integration on: push: branches: - - "**" + - main pull_request: branches: - "**"