From: Joe Orton Date: Fri, 17 Jul 2026 08:22:04 +0000 (+0000) Subject: CI: Skip CI for README* changes at the top-level. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8ea4df99b36baa5f8dfb5692f7a43f8eed369b7;p=thirdparty%2Fapache%2Fhttpd.git CI: Skip CI for README* changes at the top-level. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1936238 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3d5eed2b64..8f7e24e412 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -7,6 +7,7 @@ on: - 'docs/**' - STATUS - CHANGES + - README* - '**.md' - changes-entries/* tags: @@ -17,6 +18,7 @@ on: - 'docs/**' - STATUS - CHANGES + - README* - '**.md' - changes-entries/* diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5f6a376bac..5922cc68a5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -7,6 +7,7 @@ on: - 'docs/**' - STATUS - CHANGES + - README* - '**.md' - changes-entries/* tags: @@ -17,6 +18,7 @@ on: - 'docs/**' - STATUS - CHANGES + - README* - '**.md' - changes-entries/*