diff options
-rw-r--r-- | docs/markdown/Continuous-Integration.md | 2 |
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: |