From fd6fdbb574ee5903984d2a0f4022c5e044fb72b5 Mon Sep 17 00:00:00 2001 From: Fabian Jahr Date: Fri, 28 Mar 2025 23:21:24 +0100 Subject: [PATCH] ci: Don't run pylint twice --- .github/workflows/pylint.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index ae875d3..782a18c 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,6 +1,10 @@ name: Pylint Check -on: [push, pull_request] +on: + push: + branches: [master] + pull_request: + branches: [master] jobs: lint: