We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0392a4 commit 3b9ecb5Copy full SHA for 3b9ecb5
.github/workflows/run_code_checks.yaml
@@ -6,12 +6,7 @@ on:
6
# step required for PRs from forks. This prevents their potential exposure.
7
pull_request:
8
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.
+ # Trigger for pushing to the master branch is handled by the pre-release workflow.
15
16
# It should also be possible to trigger checks manually
17
workflow_dispatch:
0 commit comments