Skip to content

Commit

Permalink
compile PDF if paper files or any figures change
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Jun 9, 2022
1 parent 1540393 commit a8b89be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
on: [push]
on:
push:
paths:
- 'reports/paper.md'
- 'reports/paper.bib'
- 'reports/figures/**'

jobs:
paper:
Expand Down

0 comments on commit a8b89be

Please sign in to comment.