From e9982f1b4079f672a2cf6bd68773aef1b6156d0d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 18 May 2024 21:26:12 +0200 Subject: [PATCH] build(cog.toml): Allowlist the correct default branch --- cog.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cog.toml b/cog.toml index 6efdb31..ac6451c 100644 --- a/cog.toml +++ b/cog.toml @@ -18,7 +18,7 @@ # along with this program. If not, see . tag_prefix = "v" -branch_whitelist = ["master"] +branch_whitelist = ["main"] ignore_merge_commits = false pre_bump_hooks = [