We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf0ea8 commit 4961ab0Copy full SHA for 4961ab0
.github/workflows/precommits_check.yml
@@ -1,6 +1,10 @@
1
name: Pre-commit checks
2
on:
3
- workflow_dispatch:
+ push:
4
+ branches:
5
+ - main
6
+ pull_request: ~
7
+ workflow_dispatch: ~
8
9
jobs:
10
pre-commit-checks:
0 commit comments