From: Joe Orton Date: Fri, 15 May 2026 06:56:04 +0000 (+0000) Subject: CI: Add *.md to the ignore list. (the "**" syntax is correct X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=edc181f722c94c9e3a99da7639f4acdd3abdc01e;p=thirdparty%2Fapache%2Fhttpd.git CI: Add *.md to the ignore list. (the "**" syntax is correct 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 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 01a4310510..3cc4907f9e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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: