Update deploy-pdf.yml
This commit is contained in:
parent
61495ee2b3
commit
5cead217f4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy-pdf.yml
vendored
3
.github/workflows/deploy-pdf.yml
vendored
|
@ -2,7 +2,8 @@ name: Compile Latex and Release PDF
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
tags:
|
||||||
|
- 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_latex:
|
build_latex:
|
||||||
|
|
Loading…
Reference in a new issue