From 2264aa28e75a054d0d0e3a199f5ba5c0bfd5975b Mon Sep 17 00:00:00 2001 From: LLdaniel Date: Sat, 31 Jan 2026 13:35:14 +0100 Subject: [PATCH] execute push on all branches (testing purposes) --- .github/workflows/build-userguide-pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-userguide-pdf.yml b/.github/workflows/build-userguide-pdf.yml index 61da8f9..6052d18 100644 --- a/.github/workflows/build-userguide-pdf.yml +++ b/.github/workflows/build-userguide-pdf.yml @@ -44,7 +44,7 @@ jobs: path: ./manual/moderncv_userguide.log - name: Push new user guide to master - if: ${{ github.ref_name == 'fix-automated-userguide' }} + #if: ${{ github.ref_name == 'master' }} run: | # maybe switch to an image with git already included, for now install it here apt update && apt install git -y