Skip to content

Commit

Permalink
chore: redo
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Aug 5, 2024
1 parent 9582d99 commit 899a61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Android CI
on:
push:
branches:
- 'feature/**'
- 'release/**'

jobs:
release_deploy_job:
if: contains(github.ref, 'moneymong-')
if: github.ref == 'refs/heads/release/release'
runs-on: macos-latest
permissions:
contents: write
Expand Down

0 comments on commit 899a61b

Please sign in to comment.