diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-08-09 10:14:57 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-08-09 10:14:57 -0500 |
commit | b180567a5d53ccb7db5e93977a7f3331afae6365 (patch) | |
tree | 4f72b2205e6aa9878622a7ae7e68c0459aa3f4ca /.github | |
parent | attempt to fix node CI (diff) | |
download | locusts-b180567a5d53ccb7db5e93977a7f3331afae6365.tar locusts-b180567a5d53ccb7db5e93977a7f3331afae6365.tar.gz locusts-b180567a5d53ccb7db5e93977a7f3331afae6365.tar.bz2 locusts-b180567a5d53ccb7db5e93977a7f3331afae6365.tar.lz locusts-b180567a5d53ccb7db5e93977a7f3331afae6365.tar.xz locusts-b180567a5d53ccb7db5e93977a7f3331afae6365.tar.zst locusts-b180567a5d53ccb7db5e93977a7f3331afae6365.zip |
Add more files to C CI
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github')
-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: |