Skip to content

Commit 111a633

Browse files
authored
Temporarily allow xchat branch to push Beeper updates
1 parent 208d602 commit 111a633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func main() {
2929
}
3030

3131
func githubMain() {
32-
if branch := env("GITHUB_REF_NAME"); branch != "main" && branch != "master" {
32+
if branch := env("GITHUB_REF_NAME"); branch != "main" && branch != "master" && branch != "xchat" {
3333
log.Println("Not notifying Beeper about update: not on main branch")
3434
return
3535
}

0 commit comments

Comments
 (0)