aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/c.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/c.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml
index 058e70f..417dac6 100644
--- a/.github/workflows/c.yml
+++ b/.github/workflows/c.yml
@@ -2,9 +2,9 @@ name: C
on:
push:
- paths:
- - "**.c"
- - "**.h"
+ # paths:
+ # - "**.c"
+ # - "**.h"
pull_request:
paths:
- "**.c"