summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhaedrus Leeds <mwleeds@endlessos.org>2020-10-26 20:06:09 -0700
committerAlexander Larsson <alexander.larsson@gmail.com>2020-10-29 16:07:56 +0100
commitea7b2620497b3f0667b6049df02b666bd3f11d52 (patch)
tree0e17b13ff5cc3ecf309407de821c8f2658a17aaf
parentb8db46d0e2eefd9f9f5dba3b267f7a12a1d42f55 (diff)
downloadflatpak-ea7b2620497b3f0667b6049df02b666bd3f11d52.tar.gz
CI: Ignore some paths that don't affect build
No need to waste resources running every test after the README changes.
-rw-r--r--.github/workflows/check.yml9
1 files changed, 9 insertions, 0 deletions
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