ci: trying tagging
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
D. Moonfire 2022-12-30 17:58:55 -06:00
parent 49c193b41a
commit f28ca111f4

View file

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