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