Skip to content

Commit 66fdae7

Browse files
committed
Enable pre-commit CI workflow on pull requests
1 parent 84b9b88 commit 66fdae7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/precommits_check.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Pre-commit checks
22
on:
3-
workflow_dispatch:
3+
push:
4+
branches:
5+
- main
6+
pull_request: ~
7+
workflow_dispatch: ~
48

59
jobs:
610
pre-commit-checks:

0 commit comments

Comments
 (0)