Skip to content

Commit

Permalink
Temporarily allow PR channel for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Oct 12, 2023
1 parent a1dd629 commit d640a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/update-version-list/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const S3Bucket = "update/state/"
const VersionsJson = "versions.json"

// Valid channels to update the master version file with.
var ValidChannels = []string{"master", "beta", "release", "LTS"}
var ValidChannels = []string{"master", "beta", "release", "LTS", "mitchell"}

func init() {
if !condition.OnCI() {
Expand Down

0 comments on commit d640a7a

Please sign in to comment.