From 4c2db0531375c2694ad4476540f7da764d250c66 Mon Sep 17 00:00:00 2001
From: James Briggs <35938317+jamescalam@users.noreply.github.com>
Date: Fri, 14 Feb 2025 01:37:36 +0400
Subject: [PATCH] chore: revert test

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

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