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: