From 501e613266868eb04c80510d1acb06ef0d6f32ef Mon Sep 17 00:00:00 2001 From: LLdaniel Date: Mon, 25 May 2026 22:45:07 +0200 Subject: [PATCH] manipulate conditions for tests besides the master branch! --- .github/workflows/build-userguide-pdf.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-userguide-pdf.yml b/.github/workflows/build-userguide-pdf.yml index 48d34f2..82f6de7 100644 --- a/.github/workflows/build-userguide-pdf.yml +++ b/.github/workflows/build-userguide-pdf.yml @@ -4,8 +4,9 @@ on: push: branches: - master - paths: - - 'manual/moderncv_userguide.tex' + - fix-auto-guide-gen + #paths: + # - 'manual/moderncv_userguide.tex' pull_request: paths: - 'manual/moderncv_userguide.tex' @@ -43,7 +44,7 @@ jobs: path: ./manual/moderncv_userguide.log - name: Push new user guide to master - if: ${{ github.ref_name == 'master' }} + if: ${{ github.ref_name == 'fix-auto-guide-gen' }} run: | # maybe switch to an image with git already included, for now install it here apt update && apt install git -y