We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b9b88 commit 66fdae7Copy full SHA for 66fdae7
.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