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.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml
index 5c20f9892..dd841c394 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -8,9 +8,9 @@ on:
8 branches-ignore: 8 branches-ignore:
9 - 'dependabot/**' 9 - 'dependabot/**'
10 paths: 10 paths:
11 - '**.c'
12 - '**.h'
11 - 'm4/**' 13 - 'm4/**'
12 - 'src/**.c'
13 - 'src/**.h'
14 - 'src/**.mk' 14 - 'src/**.mk'
15 - 'src/**Makefile' 15 - 'src/**Makefile'
16 - .github/workflows/check-c.yml 16 - .github/workflows/check-c.yml
@@ -22,9 +22,9 @@ on:
22 - configure.ac 22 - configure.ac
23 pull_request: 23 pull_request:
24 paths: 24 paths:
25 - '**.c'
26 - '**.h'
25 - 'm4/**' 27 - 'm4/**'
26 - 'src/**.c'
27 - 'src/**.h'
28 - 'src/**.mk' 28 - 'src/**.mk'
29 - 'src/**Makefile' 29 - 'src/**Makefile'
30 - .github/workflows/check-c.yml 30 - .github/workflows/check-c.yml