Skip to content

Commit

Permalink
chore: workflow target branch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Aug 2, 2024
1 parent dde1444 commit 790fb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
rm ./local.properties
dev_deploy_job:
if: contains(github.ref, 'moneymong-')
if: contains(github.ref, 'release-')
runs-on: macos-latest
permissions:
contents: write
Expand Down

0 comments on commit 790fb10

Please sign in to comment.