Skip to content

Commit 970d770

Browse files
committed
update draft-pdf.yaml to run on main branch
1 parent fc33543 commit 970d770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/draft-pdf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Draft PDF
22
on:
33
push:
44
branches:
5-
- ropensci-software-review
5+
- main
66

77
jobs:
88
paper:
@@ -24,4 +24,4 @@ jobs:
2424
# This is the output path where Pandoc will write the compiled
2525
# PDF. Note, this should be the same directory as the input
2626
# paper.md
27-
path: inst/paper/paper.pdf
27+
path: inst/paper/paper.pdf

0 commit comments

Comments
 (0)