Upload only when main

This commit is contained in:
Nikolai Rodionov 2024-02-21 12:04:33 +01:00
parent 75b958bc6e
commit 558c37f7ad
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

@ -1,7 +1,6 @@
--- ---
when: when:
event: push event: push
branch: main
steps: steps:
build: build:
name: Build the CV name: Build the CV
@ -23,7 +22,10 @@ steps:
md-to-pdf index.md --launch-options '{ "args": ["--no-sandbox"] }' md-to-pdf index.md --launch-options '{ "args": ["--no-sandbox"] }'
- mkdir $CI_WORKSPACE/cv - mkdir $CI_WORKSPACE/cv
- mv index.pdf $CI_WORKSPACE/cv/n.rodionov.pdf - mv index.pdf $CI_WORKSPACE/cv/n.rodionov.pdf
upload: upload:
when:
branch: main
name: Upload the CV name: Upload the CV
image: rclone/rclone:latest image: rclone/rclone:latest
secrets: secrets: