Skip to content

Commit 8f890a3

Browse files
committed
fix: CD branch name fix
1 parent 5f1d806 commit 8f890a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# This job will run on ubuntu virtual machine
2121
runs-on: ubuntu-latest
2222
# This job will run if the release is based on master branch
23-
if: github.event.release.target_commitish == 'master'
23+
if: github.event.release.target_commitish == 'main'
2424
steps:
2525
# Setup Java environment in order to build the Android app.
2626
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)