diff options
author | Guilherme Janczak <25590950+guijan@users.noreply.github.com> | 2021-03-30 14:33:29 +0000 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2021-03-30 10:58:09 -0400 |
commit | d1628b8bed5d88318e757d7bfe17bceb0e3be230 (patch) | |
tree | 9578f31a30d9dad6d9d27b6789ff3e5c9f2e2ea4 | |
parent | e80ff985fb1d4a0b840e5bf67a7e5dff08a21cdd (diff) | |
download | meson-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.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: |