Skip to content

Commit

Permalink
ci: build dev builds when merging to dev (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Jul 26, 2023
1 parent 476f61c commit 087110b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ List<String> defineFlavor() {
if (branchName == "main") {
return ['Beta']
} else if (branchName == "develop") {
return ['Staging']
return ['Staging', 'Dev']
} else if (branchName == "prod") {
return ['Prod']
} else if (branchName == "internal") {
Expand Down

0 comments on commit 087110b

Please sign in to comment.