ci: trying tagging
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
D. Moonfire 2022-12-30 17:58:55 -06:00
parent 49c193b41a
commit f28ca111f4
1 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,8 @@ pipeline:
commands:
- nix develop --command scripts/build.sh
when:
event: [push, manual]
event: [push, tag, manual]
tag: v*
branch: main
test:
@ -42,5 +43,5 @@ pipeline:
api_key:
from_secret: gitea_token
when:
event: [push, manual]
branch: main
event: tag
tag: v*