From 3b9ecb5830e613d0ee299e7974f84050535df7cb Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Wed, 13 Aug 2025 15:28:41 +0200 Subject: [PATCH] ci: Fix duplicate trigger for code checks --- .github/workflows/run_code_checks.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/run_code_checks.yaml b/.github/workflows/run_code_checks.yaml index 71b3f4c..c70e989 100644 --- a/.github/workflows/run_code_checks.yaml +++ b/.github/workflows/run_code_checks.yaml @@ -6,12 +6,7 @@ on: # step required for PRs from forks. This prevents their potential exposure. pull_request: - # Pushing to the master branch triggers code checks - push: - branches: - - master - tags-ignore: - - "**" # Ignore all tags to prevent duplicate checks when tags are pushed. + # Trigger for pushing to the master branch is handled by the pre-release workflow. # It should also be possible to trigger checks manually workflow_dispatch: