Trigger action only for LaTeX file

This commit is contained in:
MatMasIt 2021-07-14 13:10:28 +02:00 committed by GitHub
parent 8007acf95b
commit 09689048e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
name: Build LaTeX document
on: [push]
on:
push:
paths:
- 'Alembic.tex'
jobs:
build_latex:
runs-on: ubuntu-latest