CI: Fix running tests on tags
This commit is contained in:
parent
063a3d637f
commit
f6a75f8cb6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pipeline:
|
||||||
- ldconfig
|
- ldconfig
|
||||||
- ./tests.sh --quiet
|
- ./tests.sh --quiet
|
||||||
when:
|
when:
|
||||||
event: push
|
event: [push, tag]
|
||||||
build:
|
build:
|
||||||
image: debian
|
image: debian
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue