Skip to content

Commit 3b9ecb5

Browse files
committed
ci: Fix duplicate trigger for code checks
1 parent f0392a4 commit 3b9ecb5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ on:
66
# step required for PRs from forks. This prevents their potential exposure.
77
pull_request:
88

9-
# Pushing to the master branch triggers code checks
10-
push:
11-
branches:
12-
- master
13-
tags-ignore:
14-
- "**" # Ignore all tags to prevent duplicate checks when tags are pushed.
9+
# Trigger for pushing to the master branch is handled by the pre-release workflow.
1510

1611
# It should also be possible to trigger checks manually
1712
workflow_dispatch:

0 commit comments

Comments
 (0)