From ea7b2620497b3f0667b6049df02b666bd3f11d52 Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Mon, 26 Oct 2020 20:06:09 -0700 Subject: [PATCH] CI: Ignore some paths that don't affect build No need to waste resources running every test after the README changes. --- .github/workflows/check.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7f7a4136..2846fd37 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -10,6 +10,15 @@ on: - flatpak-1.6.x - flatpak-1.8.x pull_request: + paths-ignore: + - README.md + - NEWS + - INSTALL + - COPYING + - CODE_OF_CONDUCT.md + - .lgtm.yml + - uncrustify.cfg + - uncrustify.sh branches: - master - flatpak-1.0.x