CI: Trigger clang-format-check only manually
authorKjell Ahlstedt <[email protected]>
Sun, 23 Jul 2023 13:52:55 +0000 (23 15:52 +0200)
committerKjell Ahlstedt <[email protected]>
Sun, 23 Jul 2023 13:52:55 +0000 (23 15:52 +0200)
.github/workflows/clang-format-check.yml

index fd6fb3a..1d303b1 100644 (file)
@@ -1,6 +1,7 @@
 name: "CI: Check Code Formatting"
 
-on: [push]
+# Triggered manually
+on: [workflow_dispatch]
 
 jobs:
   build: