]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: don't run builds on PR if only docs changed
authorJason Ish <jason.ish@oisf.net>
Sun, 9 Mar 2025 09:27:18 +0000 (10:27 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 10 Mar 2025 11:23:07 +0000 (12:23 +0100)
.github/workflows/builds.yml

index 1b53c35523d4f1d3ed6c61582fb8e4cbdddba7d1..f0e359464f9381c9c69d23646c896795f9bd583d 100644 (file)
@@ -7,6 +7,10 @@ on:
       # modified.
       - "doc/**"
   pull_request:
+    paths-ignore:
+      # Don't run this workflow if only files under doc/ have been
+      # modified.
+      - "doc/**"
   workflow_dispatch:
     inputs:
       LIBHTP_REPO: