Trigger action only for LaTeX file
This commit is contained in:
parent
8007acf95b
commit
09689048e2
5
.github/workflows/LaTeXcompile.yml
vendored
5
.github/workflows/LaTeXcompile.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
name: Build LaTeX document
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'Alembic.tex'
|
||||
jobs:
|
||||
build_latex:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user