From e3c5deeb1e56c02090254dbb705b0364c1dcae76 Mon Sep 17 00:00:00 2001 From: Aditya Pawar <34043950+adityapawar1@users.noreply.github.com> Date: Mon, 8 Apr 2024 22:11:22 -0700 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 579ef283..885d8b67 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,10 +5,7 @@ name: Lint # Start the job on push # ############################# on: - push: - branches-ignore: [main] - pull_request: - branches: [main] + push: ############### # Set the Job #