From: Dan Fandrich Date: Fri, 1 Mar 2024 09:06:28 +0000 (-0800) Subject: appveyor: Properly skip if only CircleCI is changed X-Git-Tag: curl-8_7_0~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dff74ae8bb274ebc9ffb43419481c85b9584eb41;p=thirdparty%2Fcurl.git appveyor: Properly skip if only CircleCI is changed --- diff --git a/appveyor.yml b/appveyor.yml index 039e040a15..7fd1a6629c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -292,7 +292,7 @@ branches: skip_commits: files: - '.azure-pipelines.yml' - - '.circleci/**/*' + - '.circleci/*' - '.cirrus.yml' - '.github/**/*' - 'packages/**/*'