From ecfdb0abda43a3662a3b2a4322716d08c963307b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 4 May 2024 10:21:21 +0200 Subject: [PATCH] build(cog): Remove wrong toml header --- cog.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cog.toml b/cog.toml index daebeb6..b60ffea 100644 --- a/cog.toml +++ b/cog.toml @@ -19,11 +19,9 @@ # If not, see . tag_prefix = "v" -branch_whitelist = ["main"] +branch_whitelist = ["main", "prime"] ignore_merge_commits = false -[commit_types] - pre_bump_hooks = [ "./scripts/renew_copyright_header.sh", # update the license header in each file "nix build", # verify the project builds