Skip to content

Commit 3eaa1a9

Browse files
author
Micah Zoltu
authored
Run latex build both on push and pull request. (#91)
* Run latex build both on push and pull request. This should allow us to preview latex updates in PDF form before they are merged.
1 parent f1f7454 commit 3eaa1a9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build_latex.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Build LaTeX document
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
master
6+
pull_request:
37
jobs:
48
build_latex:
59
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)