Skip to content

Commit

Permalink
fix: CD branch name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoNish committed Aug 4, 2024
1 parent 5f1d806 commit 8f890a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# This job will run on ubuntu virtual machine
runs-on: ubuntu-latest
# This job will run if the release is based on master branch
if: github.event.release.target_commitish == 'master'
if: github.event.release.target_commitish == 'main'
steps:
# Setup Java environment in order to build the Android app.
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8f890a3

Please sign in to comment.