Commit c60af08a317e2d9270019416328a4719eca09418

Authored by Jay Berkenbilt
1 parent b868ea14

Ignore some paths for triggering build in CI

Showing 1 changed file with 4 additions and 0 deletions
.github/workflows/main.yml
... ... @@ -8,6 +8,10 @@ on:
8 8 - master
9 9 - build
10 10 - build/*
  11 + paths-ignore:
  12 + - 'ChangeLog'
  13 + - 'README*'
  14 + - 'TODO'
11 15 pull_request:
12 16 jobs:
13 17 Distfiles:
... ...