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:
|
commands:
|
||||||
- nix develop --command scripts/build.sh
|
- nix develop --command scripts/build.sh
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request, tag]
|
event: [push, pull_request, tag, manual]
|
||||||
tag: v*
|
tag: v*
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
@ -18,12 +18,7 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- nix develop --command scripts/test.sh
|
- nix develop --command scripts/test.sh
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request]
|
event: [push, pull_request, manual]
|
||||||
#paths:
|
|
||||||
# - ./**/*test-result.xml
|
|
||||||
# - ./coverage/Cobertura.xml
|
|
||||||
# - ./coverage/Summary.*
|
|
||||||
# - ./**/*.nupkg
|
|
||||||
|
|
||||||
release-main:
|
release-main:
|
||||||
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||||
|
@ -32,5 +27,5 @@ pipeline:
|
||||||
secrets:
|
secrets:
|
||||||
- gitea_token
|
- gitea_token
|
||||||
when:
|
when:
|
||||||
event: push
|
event: [push, manual]
|
||||||
branch: main
|
branch: main
|
||||||
|
|
Reference in a new issue