Skip to content

Commit

Permalink
enable on branch (still test-referencing #3467)
Browse files Browse the repository at this point in the history
  • Loading branch information
fm3 committed Nov 19, 2018
1 parent e25a896 commit 36c6104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/slack-notification.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail

if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "master" ] ; then
if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "circleci-notify-linkify-pr" ] ; then
author=${CIRCLE_USERNAME}
author=${author/fm3/<@florian>}
author=${author/jstriebel/<@jonathan>}
Expand Down

0 comments on commit 36c6104

Please sign in to comment.