ci(woodpecker-ci): updating events to include manual
This commit is contained in:
parent
fb0a03e963
commit
8c09b47132
1 changed files with 3 additions and 8 deletions
|
@ -10,7 +10,7 @@ pipeline:
|
|||
commands:
|
||||
- nix develop --command scripts/build.sh
|
||||
when:
|
||||
event: [push, pull_request, tag]
|
||||
event: [push, pull_request, tag, manual]
|
||||
tag: v*
|
||||
|
||||
test:
|
||||
|
@ -18,12 +18,7 @@ pipeline:
|
|||
commands:
|
||||
- nix develop --command scripts/test.sh
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
#paths:
|
||||
# - ./**/*test-result.xml
|
||||
# - ./coverage/Cobertura.xml
|
||||
# - ./coverage/Summary.*
|
||||
# - ./**/*.nupkg
|
||||
event: [push, pull_request, manual]
|
||||
|
||||
release-main:
|
||||
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||
|
@ -32,5 +27,5 @@ pipeline:
|
|||
secrets:
|
||||
- gitea_token
|
||||
when:
|
||||
event: push
|
||||
event: [push, manual]
|
||||
branch: main
|
||||
|
|
Reference in a new issue