Skip to content

Commit 62f4624

Browse files
committed
added branch-name
1 parent e686ced commit 62f4624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/addPDF.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Convert certain .md to .pdf (see the pdf_conversion directory)
33
# Trigger the workflow on push to the master branch
44
on:
55
push:
6-
branches: [master]
6+
branches: [master, simplified_headings]
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)