From 2c86dd193b9daeb85b2a9abd2e49d5369e659fdd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 3 Oct 2021 16:13:12 +0200 Subject: [PATCH] Ignore changes to appveyor.yml in GitHub Actions CI workflow Don't bother rerunning GitHub CI builds when only AppVeyor configuration changes. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 076c322a7..4bc141e41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,11 +6,13 @@ on: paths-ignore: - 'CHANGES*' - 'Doc/**' + - 'appveyor.yml' pull_request: branches: master paths-ignore: - 'CHANGES*' - 'Doc/**' + - 'appveyor.yml' jobs: build: