This commit is contained in:
parent
49c193b41a
commit
f28ca111f4
1 changed files with 4 additions and 3 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue