From b2e7a72dca42ce7136427264c889577f065e59b1 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Fri, 28 Jun 2024 20:02:28 +0200 Subject: [PATCH] ci/appveyor: reorder things --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 78b2e0bb..b3ff4246 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,12 +5,12 @@ skip_branch_with_pr: true only_commits: files: - .appveyor.yml - - example1/ - - example2/ - - example3/ # The rest of this list should stay in sync with azure-pipelines.yml - crunch/ - crnlib/ + - example1/ + - example2/ + - example3/ - inc/ - cmake/ - CMakeLists.txt