aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-c.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-c.yml')
-rw-r--r--.github/workflows/check-c.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml
index 2940465a9..29be41be5 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -4,6 +4,8 @@ name: Check-C
4 4
5on: 5on:
6 push: 6 push:
7 branches-ignore:
8 - 'dependabot/**'
7 paths: 9 paths:
8 - 'm4/**' 10 - 'm4/**'
9 - 'src/**.c' 11 - 'src/**.c'