From d5a4c525adce8e0d4c85a9f2db412a3c82b49df3 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Sat, 24 Aug 2024 15:10:43 +0530 Subject: T0000: Update darker-lint.yml --- .github/workflows/darker-lint.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index ab574a2..08c4eac 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -1,7 +1,10 @@ --- name: Darker Lint -on: [push, pull_request] +on: + pull_request: + branches: + - current jobs: darker-lint: @@ -16,4 +19,4 @@ jobs: options: "--check --diff --isort --color" src: "." version: "~=2.1.1" - lint: "flake8,pylint==2.13.1" \ No newline at end of file + lint: "flake8,pylint==2.13.1" -- cgit v1.2.3