OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c60af08a317e2d9270019416328a4719eca09418
Authored by
Jay Berkenbilt
2020-10-20 17:28:44 -0400
1 parent
b868ea14
Ignore some paths for triggering build in CI
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
.github/workflows/main.yml
.github/workflows/main.yml
View file @
c60af08
...
...
@@ -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:
...
...