]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CI: Add *.md to the ignore list. (the "**" syntax is correct
authorJoe Orton <jorton@apache.org>
Fri, 15 May 2026 06:56:04 +0000 (06:56 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 15 May 2026 06:56:04 +0000 (06:56 +0000)
here, per https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#filter-pattern-cheat-sheet)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934209 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index 01a4310510d8529b99219bc69019717d8d9bfad8..3cc4907f9ed66ac9ecb6dd8ae708de9aff32e65c 100644 (file)
@@ -7,6 +7,7 @@ on:
       - 'docs/**'
       - STATUS
       - CHANGES
+      - '**.md'
       - changes-entries/*
     tags:
       - 2.*
@@ -16,6 +17,7 @@ on:
       - 'docs/**'
       - STATUS
       - CHANGES
+      - '**.md'
       - changes-entries/*
 
 env: