execute push on all branches (testing purposes)

This commit is contained in:
LLdaniel 2026-01-31 13:35:14 +01:00
commit 2264aa28e7

View file

@ -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