From d3443546a8a54f77dd9ad6b2d79eeb489a78e124 Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Wed, 16 Jul 2025 19:45:25 -0400 Subject: [PATCH] Do not run tests or linter on main --- .github/workflows/lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c3a441b..4e5bccb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,11 +4,9 @@ on: push: branches: - develop - - main pull_request: branches: - develop - - main permissions: contents: write