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 6d01995 commit def10d8Copy full SHA for def10d8
.github/workflows/cd.yml
@@ -16,8 +16,8 @@ jobs:
16
deploy:
17
# This job will run on ubuntu virtual machine
18
runs-on: ubuntu-latest
19
- # This job will run if the release is based on master branch
20
- if: github.event.release.target_commitish == 'master'
+ # This job will run if the release is based on main branch
+ if: github.event.release.target_commitish == 'main'
21
steps:
22
# Setup Java environment in order to build the Android app.
23
- uses: actions/checkout@v1
0 commit comments