Browse Source

appveyor: Properly skip if only CircleCI is changed

Dan Fandrich 1 month ago
parent
commit
dff74ae8bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -292,7 +292,7 @@ branches:
 skip_commits:
   files:
     - '.azure-pipelines.yml'
-    - '.circleci/**/*'
+    - '.circleci/*'
     - '.cirrus.yml'
     - '.github/**/*'
     - 'packages/**/*'