So is it possible to do a ``` if branch == branch_name { deploy("prod") } else if branch == dev_branch_name { deploy("dev") ```