Browse Source

CI: don't test man page updates

pull/15/head
makeworld 5 years ago
parent
commit
b3b37d9395
  1. 4
      .github/workflows/test.yml

4
.github/workflows/test.yml

@ -5,10 +5,14 @@ on:
paths-ignore:
- "**.md"
- "LICENSE"
- "didder.1"
- "didder.1.md"
pull_request:
paths-ignore:
- "**.md"
- "LICENSE"
- "didder.1"
- "didder.1.md"
jobs:
test:

Loading…
Cancel
Save