aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-20 23:28:44 +0200
committerJay Berkenbilt <ejb@ql.org>2020-10-20 23:28:44 +0200
commitc60af08a317e2d9270019416328a4719eca09418 (patch)
tree641597565eeca20f31e060c177797b0b3bb7a21b /.github
parentb868ea141dfa4e665ee731e80a7567781039b20e (diff)
downloadqpdf-c60af08a317e2d9270019416328a4719eca09418.tar.zst
Ignore some paths for triggering build in CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8bfa9ce9..1933d371 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -8,6 +8,10 @@ on:
- master
- build
- build/*
+ paths-ignore:
+ - 'ChangeLog'
+ - 'README*'
+ - 'TODO'
pull_request:
jobs:
Distfiles: