From: Viktor Szakats Date: Tue, 31 Dec 2024 03:07:36 +0000 (+0100) Subject: GHA/http3-linux: do run on cmake build updates X-Git-Tag: curl-8_12_0~239 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d1f26b866fee2decc29392dee7db79ba20500c5;p=thirdparty%2Fcurl.git GHA/http3-linux: do run on cmake build updates Closes #15874 --- diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index dbe78a2e79..eb5ebc9472 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -11,10 +11,8 @@ name: Linux HTTP/3 - '*/ci' paths-ignore: - '**/*.md' - - '**/CMakeLists.txt' - '.circleci/**' - 'appveyor.*' - - 'CMake/**' - 'packages/**' - 'plan9/**' - 'projects/**' @@ -24,10 +22,8 @@ name: Linux HTTP/3 - master paths-ignore: - '**/*.md' - - '**/CMakeLists.txt' - '.circleci/**' - 'appveyor.*' - - 'CMake/**' - 'packages/**' - 'plan9/**' - 'projects/**'