mirror of
https://github.com/moderncv/moderncv.git
synced 2026-05-31 14:17:00 +02:00
manipulate conditions for tests besides the master branch!
This commit is contained in:
parent
d309f09ddf
commit
501e613266
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build-userguide-pdf.yml
vendored
7
.github/workflows/build-userguide-pdf.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue