Skip to content

Commit 3cd7442

Browse files
committed
fix(build.yml): remove '/'
1 parent 0df7d97 commit 3cd7442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138

139139
- name: Slack Notification
140140
uses: rtCamp/action-slack-notify@v2
141-
if: ${{ github.ref == 'refs/heads/develop' || github.event.pull_request.base.ref == '/develop'}}
141+
if: ${{ github.ref == 'refs/heads/develop' || github.event.pull_request.base.ref == 'develop'}}
142142
env:
143143
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
144144
SLACK_COLOR: 'success'

0 commit comments

Comments
 (0)