diff options
-rw-r--r-- | .github/workflows/c.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml index 62ade26..2d610ca 100644 --- a/.github/workflows/c.yml +++ b/.github/workflows/c.yml @@ -5,11 +5,21 @@ on: paths: - "**.c" - "**.h" + - "CMakeLists.txt" + - "meson.build" + - "configure.ac" + - "GNUMakefile.am" + - "ocusts.pc.in" - ".github/workflows/c.yml" pull_request: paths: - "**.c" - "**.h" + - "CMakeLists.txt" + - "meson.build" + - "configure.ac" + - "GNUMakefile.am" + - "ocusts.pc.in" - ".github/workflows/c.yml" jobs: |