Skip to content

Commit dfef9f8

Browse files
authored
ci: run code checks workflow only for PRs (#292)
1 parent a8f0052 commit dfef9f8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/run_code_checks.yaml

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

9-
# Trigger code checks on pushing to the master branch.
10-
push:
11-
branches:
12-
- master
13-
tags-ignore:
14-
- "**"
15-
169
jobs:
1710
lint_check:
1811
name: Lint check

0 commit comments

Comments
 (0)