aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Janczak <25590950+guijan@users.noreply.github.com>2021-03-30 14:33:29 +0000
committerEli Schwartz <eschwartz93@gmail.com>2021-03-30 10:58:09 -0400
commitd1628b8bed5d88318e757d7bfe17bceb0e3be230 (patch)
tree9578f31a30d9dad6d9d27b6789ff3e5c9f2e2ea4
parente80ff985fb1d4a0b840e5bf67a7e5dff08a21cdd (diff)
downloadmeson-d1628b8bed5d88318e757d7bfe17bceb0e3be230.zip
meson-d1628b8bed5d88318e757d7bfe17bceb0e3be230.tar.gz
meson-d1628b8bed5d88318e757d7bfe17bceb0e3be230.tar.bz2
docs: change duplicate "**.h" path to "**.c" [skip ci]
-rw-r--r--docs/markdown/Continuous-Integration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Continuous-Integration.md b/docs/markdown/Continuous-Integration.md
index f6ca89b..f24bdb0 100644
--- a/docs/markdown/Continuous-Integration.md
+++ b/docs/markdown/Continuous-Integration.md
@@ -217,7 +217,7 @@ on:
- "**.h"
pull_request:
paths:
- - "**.h"
+ - "**.c"
- "**.h"
jobs: