Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghee17 authored May 18, 2024
1 parent 6d94e94 commit 238b496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
- name: Slack - Upload APK
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged)
if: github.event_name == 'pull_request' && github.event.pull_request.merged
uses: MeilCli/slack-upload-file@v4
with:
slack_token: ${{ secrets.SLACK_TOKEN }}
Expand Down

0 comments on commit 238b496

Please sign in to comment.