This commit is contained in:
Paolo Asperti 2022-01-13 14:27:49 +01:00
parent 2b3d588dba
commit 8de0c8b2b7
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ local Pipeline(mariadb_version) = {
}
],
trigger: {
event: ['tags'],
event: ['tag'],
}
};