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 17, 2024
1 parent c18a2fb commit 50860a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
types: [closed]

jobs:
build:
Expand Down Expand Up @@ -44,6 +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)
uses: MeilCli/[email protected]
with:
slack_token: ${{ secrets.SLACK_TOKEN }}
Expand Down

0 comments on commit 50860a3

Please sign in to comment.