From 74ddfbc815867a7cf21306237a515d9a317e58f3 Mon Sep 17 00:00:00 2001
From: James Briggs <35938317+jamescalam@users.noreply.github.com>
Date: Fri, 14 Feb 2025 01:35:50 +0400
Subject: [PATCH] chore: test

---
 .github/workflows/lint.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 6f0a07b3..b1d7148a 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -1,10 +1,9 @@
 name: lint
 
 on:
-  push:
-    branches: [ main, james/uv-migration ]
   pull_request:
-
+    branches: [ main ]
+    types: [ opened, edited, synchronize ]
 
 jobs:
   build:
-- 
GitLab