We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1d806 commit 8f890a3Copy full SHA for 8f890a3
.github/workflows/cd.yml
@@ -20,7 +20,7 @@ jobs:
20
# This job will run on ubuntu virtual machine
21
runs-on: ubuntu-latest
22
# This job will run if the release is based on master branch
23
- if: github.event.release.target_commitish == 'master'
+ if: github.event.release.target_commitish == 'main'
24
steps:
25
# Setup Java environment in order to build the Android app.
26
- uses: actions/checkout@v3
0 commit comments