ci: fix double CI runs on PR pushes #75

Merged
TapTap merged 2 commits from fix/ci-double-trigger into main 2026-07-20 17:32:04 +02:00
Showing only changes of commit 00b6f2064b - Show all commits
+4 -1
View File
@@ -1,6 +1,9 @@
name: CI
on: [push, pull_request]
on:
push:
branches: [main]
pull_request:
jobs:
lint: