Skip to content

Commit fcc0de9

Browse files
Only run pre-commit on push to avoid dupe runs
1 parent d6a8f3d commit fcc0de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/precommit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Pre-Commit Checks
22

3-
on: [pull_request, push]
3+
on: push
44

55
jobs:
66
pre-commit:

0 commit comments

Comments
 (0)