Skip to content

Commit 4961ab0

Browse files
committed
Enable pre-commit CI workflow on pull requests
1 parent fbf0ea8 commit 4961ab0

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)