build(cog.toml): Allowlist the correct default branch
This commit is contained in:
parent
de2e805ebb
commit
e9982f1b40
2
cog.toml
2
cog.toml
|
@ -18,7 +18,7 @@
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
tag_prefix = "v"
|
tag_prefix = "v"
|
||||||
branch_whitelist = ["master"]
|
branch_whitelist = ["main"]
|
||||||
ignore_merge_commits = false
|
ignore_merge_commits = false
|
||||||
|
|
||||||
pre_bump_hooks = [
|
pre_bump_hooks = [
|
||||||
|
|
Reference in New Issue