From b6da72938a9973e15c171755eb6547ba27b9e8e3 Mon Sep 17 00:00:00 2001 From: Romeo Kienzler Date: Mon, 22 Apr 2024 11:13:05 +0200 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 34885988..478256f7 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -2,9 +2,9 @@ name: Static Code Analysis (Pylint) on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: build: