Closed spesnova closed 9 years ago
build: after-steps: - wantedly/pretty-slack-notify: webhook_url: $SLACK_WEBHOOK_URL branches: ^master$
this matches master
master
build: after-steps: - wantedly/pretty-slack-notify: webhook_url: $SLACK_WEBHOOK_URL branches: ^(master|feature/.*)$
this matches feature/hello, feature/world...
feature/hello
feature/world
https://github.com/wantedly/step-pretty-slack-notify/issues/13
@dtan4 plz review this :smiley: /cc @awakia
LGTM :+1:
It looks good.
WHAT
New Features
Example Usage
this matches
master
this matches
feature/hello
,feature/world
...WHY
https://github.com/wantedly/step-pretty-slack-notify/issues/13