From be19908c113bca7bc81f0dfbd81055ead183bab6 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Tue, 30 Jan 2024 23:41:43 +0100 Subject: [PATCH] :construction_worker: Run code quality checks on every PR/push Not just if python files were changed, since .rst is the format for docs. --- .github/workflows/code_quality.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 0433b75..e1695f1 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -7,11 +7,7 @@ on: - main tags: - '*' - paths: - - '**.py' pull_request: - paths: - - '**.py' workflow_dispatch: jobs: