diff --git a/release.toml b/release.toml index 26f1e83..2f2a966 100644 --- a/release.toml +++ b/release.toml @@ -102,8 +102,8 @@ tags = ["release"] name = "Build Komodo Release" enabled = true executions = [ - { execution.type = "BatchBuildRepo", execution.params.pattern = "\\^periphery-bin-(?:x86|aarch64)$\\", enabled = true }, - { execution.type = "BatchRunBuild", execution.params.pattern = "\\^komodo-(?:core|periphery)-(?:x86|aarch64)$\\", enabled = true } + { execution.type = "BatchBuildRepo", execution.params.pattern = "*", enabled = true }, + { execution.type = "BatchRunBuild", execution.params.pattern = "*", enabled = true } ] ##