From 4494abe02dd8f30ac76db940a0d40a595cd046bb Mon Sep 17 00:00:00 2001 From: Nikhil Kadiyan Date: Sat, 21 Sep 2024 22:21:01 +0530 Subject: [PATCH] test --- .github/workflows/latex.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index fdc96e7..02e2d94 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -4,8 +4,9 @@ name: Compile Latex and Release PDF on: push: - tags: - - '*.*.*' + branches: [ master ] + pull_request: + branches: [ master ] jobs: build_latex: @@ -17,7 +18,8 @@ jobs: uses: xu-cheng/latex-action@v2 with: root_file: Nikhil_Kadiyan_Resume.tex - + latexmk_use_xelatex: true + - name: Create Release id: create_release uses: actions/create-release@v1