From 09689048e212c60870208ff53be15c45c5ac35bf Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Wed, 14 Jul 2021 13:10:28 +0200 Subject: [PATCH] Trigger action only for LaTeX file --- .github/workflows/LaTeXcompile.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/LaTeXcompile.yml b/.github/workflows/LaTeXcompile.yml index 1d51916..4240ace 100644 --- a/.github/workflows/LaTeXcompile.yml +++ b/.github/workflows/LaTeXcompile.yml @@ -1,5 +1,8 @@ name: Build LaTeX document -on: [push] +on: + push: + paths: + - 'Alembic.tex' jobs: build_latex: runs-on: ubuntu-latest