ci(woodpecker-ci): updating events to include manual
ci/woodpecker/push/woodpecker Pipeline failed Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
D. Moonfire 2023-01-15 12:53:50 -06:00
parent fb0a03e963
commit 8c09b47132
1 changed files with 3 additions and 8 deletions

View File

@ -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