Update '.woodpecker.yml'
This commit is contained in:
parent
ec7c5fe27c
commit
9d1a031cea
1 changed files with 3 additions and 6 deletions
|
@ -11,9 +11,7 @@ pipeline:
|
|||
image: julia:${JULIA_VERSION}
|
||||
pull: true
|
||||
when:
|
||||
- event: pull_request
|
||||
- event: push
|
||||
branch: master
|
||||
event: [pull_request, push]
|
||||
commands:
|
||||
- julia --color=yes -e 'using Pkg; Pkg.activate(pwd()); Pkg.instantiate()'
|
||||
- julia --color=yes -e 'using Pkg; Pkg.activate(pwd()); Pkg.test(;coverage=true)'
|
||||
|
@ -22,9 +20,8 @@ pipeline:
|
|||
group: ci
|
||||
image: julia:1-alpine3.17
|
||||
when:
|
||||
- event: push
|
||||
branch: master
|
||||
- event: manual
|
||||
event: push
|
||||
branch: master
|
||||
secrets:
|
||||
- DOCS_REMOTE_USER
|
||||
- DOCS_REMOTE_SERVER
|
||||
|
|
Loading…
Reference in a new issue