Skip to content

Commit

Permalink
chore: dev workflow 슬랙 알람 페이로드 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jongmee committed Nov 12, 2024
1 parent e79cfbf commit 70cb28e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: crews backend development version distribute

on:
push:
branches: [ "feat/#109-search-with-redisearch" ]
branches: [ "dev" ]

permissions:
contents: read
Expand Down Expand Up @@ -81,18 +81,12 @@ jobs:
with:
payload: |
{
"attachments": [
{
"color": "#36a64f",
"title": "새로운 서버 개발 버전이 배포됐어요!"
}
],
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "<${{ github.event.pull_request.html_url }}|PR 바로가기>"
"text": "새로운 개발 서버 버전이 배포됐어요! \n<${{ github.event.head_commit.url }}|${{ github.event.head_commit.message }}>"
}
}
]
Expand Down

0 comments on commit 70cb28e

Please sign in to comment.