Skip to content

Commit

Permalink
fix: only alert of new versions on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib committed Jul 28, 2018
1 parent 6fe562b commit a3c2875
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/in-house-bot/deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ const DEFAULT_MYCLOUD_ONLINE_TEMPLATE_OPTS = {
}

const ALERT_BRANCHES = [
'master',
'jobs'
'master'
]

// generated in AWS console
Expand Down

0 comments on commit a3c2875

Please sign in to comment.