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
77e21f2a7a9e2bc2a09a7fa85f463c03ecadf97a
Authored by
Jay Berkenbilt
2024-01-07 08:42:24 -0500
1 parent
37bface8
Fix TODO exclusion in main.yml
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/main.yml
.github/workflows/main.yml
View file @
77e21f2
...
...
@@ -10,7 +10,7 @@ on:
10
10
paths-ignore:
11
11
- 'ChangeLog'
12
12
- 'README*'
13
- - 'TODO
'
13
+ - 'TODO
*
'
14
14
pull_request:
15
15
schedule:
16
16
# Building regularly with cron makes it safe for us to use
...
...