diff --git a/cog.toml b/cog.toml index 47c7b49..ac6451c 100644 --- a/cog.toml +++ b/cog.toml @@ -18,11 +18,11 @@ # along with this program. If not, see . tag_prefix = "v" -branch_whitelist = ["master"] +branch_whitelist = ["main"] ignore_merge_commits = false pre_bump_hooks = [ - # "nix flake check", # verify the project builds + "nix flake check", # verify the project builds "./scripts/renew_copyright_header.sh", # update the license header in each file "cargo set-version {{version}}", # bump version in Cargo.toml "nix fmt", # format