ci: Do not run on branches other than main

This commit is contained in:
Mike A.
2024-09-18 16:47:10 +02:00
parent 97b3c39677
commit 1e198e87c9
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ name: Pre-commit
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
jobs: