This commit is contained in:
2022-01-13 14:27:49 +01:00
parent 2b3d588dba
commit 8de0c8b2b7

View File

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