From d1628b8bed5d88318e757d7bfe17bceb0e3be230 Mon Sep 17 00:00:00 2001 From: Guilherme Janczak <25590950+guijan@users.noreply.github.com> Date: Tue, 30 Mar 2021 14:33:29 +0000 Subject: docs: change duplicate "**.h" path to "**.c" [skip ci] --- docs/markdown/Continuous-Integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Continuous-Integration.md b/docs/markdown/Continuous-Integration.md index f6ca89be8..f24bdb06d 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: -- cgit v1.2.3