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

This commit is contained in:
D. Moonfire 2023-01-15 12:53:50 -06:00
parent fb0a03e963
commit 8c09b47132

View file

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