From e699ae97d4040654094356f1689da021d53fa4c1 Mon Sep 17 00:00:00 2001 From: djeck1432 Date: Tue, 26 Nov 2024 15:44:25 +0100 Subject: [PATCH] fix pipeline --- .github/workflows/ci.yml | 8 +------- .github/workflows/pylint.yml | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72563426..33c3193e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,6 @@ name: CI Workflow -on: - push: - branches: - - master - pull_request: - branches: - - master +on: [push, pull_request] jobs: diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index dd642dd9..598f8a6b 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,12 +1,6 @@ name: Pylint Check -on: - push: - branches: - - master - pull_request: - branches: - - master +on: [push, pull_request] jobs: lint: