Upload only when main
This commit is contained in:
parent
75b958bc6e
commit
558c37f7ad
@ -1,7 +1,6 @@
|
||||
---
|
||||
when:
|
||||
event: push
|
||||
branch: main
|
||||
steps:
|
||||
build:
|
||||
name: Build the CV
|
||||
@ -23,7 +22,10 @@ steps:
|
||||
md-to-pdf index.md --launch-options '{ "args": ["--no-sandbox"] }'
|
||||
- mkdir $CI_WORKSPACE/cv
|
||||
- mv index.pdf $CI_WORKSPACE/cv/n.rodionov.pdf
|
||||
|
||||
upload:
|
||||
when:
|
||||
branch: main
|
||||
name: Upload the CV
|
||||
image: rclone/rclone:latest
|
||||
secrets:
|
||||
|
Loading…
Reference in New Issue
Block a user