fix: use proper trigger

This commit is contained in:
GameTec_live
2025-09-02 19:44:05 +02:00
parent 3b0d14759b
commit 07e7ed2abd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: clang-format Check
on:
pull_request:
pull_request_target:
paths:
- '**.c'
- '**.h'
+1 -1
View File
@@ -1,7 +1,7 @@
name: Lint (pyrefly + ruff)
on:
pull_request:
pull_request_target:
paths:
- "software/**"
- ".github/workflows/**"