Is there a way to only notify Slack for master branch builds?
Is there a way to only notify Slack for master branch builds?
Thanks,
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 16 Dec, 2019 07:04 PM
Hi David,
It's currently not possible to send notifications on specific branch.
2 Posted by david on 16 Dec, 2019 07:14 PM
Thanks. I did it via a ps script.
on_failure:
- ps:
if ($env:APPVEYOR_REPO_BRANCH -eq "master") {.\scripts\slack_fail.ps1}