]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: don't run builds on PR if only docs changed 12834/head
authorJason Ish <jason.ish@oisf.net>
Sun, 9 Mar 2025 09:27:18 +0000 (10:27 +0100)
committerVictor Julien <vjulien@oisf.net>
Wed, 26 Mar 2025 13:54:16 +0000 (14:54 +0100)
(cherry picked from commit 3658d502fff9fb981d670aa79956a0f26e3cab2c)

.github/workflows/builds.yml

index 9e695df3792190889598e82b8d7ba169b7283452..155ecc12b7f082310f42ed24d119a0a57884a717 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: