summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-24 15:10:43 +0530
committerGitHub <noreply@github.com>2024-08-24 15:10:43 +0530
commitd5a4c525adce8e0d4c85a9f2db412a3c82b49df3 (patch)
treebba898a7a91a867fc392bcd5b42355141e056c05
parent7dcbe013844a31f17065898e63a47369cab1c295 (diff)
downloadvyos-workflow-test-temp-d5a4c525adce8e0d4c85a9f2db412a3c82b49df3.tar.gz
vyos-workflow-test-temp-d5a4c525adce8e0d4c85a9f2db412a3c82b49df3.zip
T0000: Update darker-lint.yml
-rw-r--r--.github/workflows/darker-lint.yml7
1 files 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"