Skip to content

Commit def10d8

Browse files
committed
bfix: update trigger branch of github action
Signed-off-by: Aman <[email protected]>
1 parent 6d01995 commit def10d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
deploy:
1717
# This job will run on ubuntu virtual machine
1818
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'
19+
# This job will run if the release is based on main branch
20+
if: github.event.release.target_commitish == 'main'
2121
steps:
2222
# Setup Java environment in order to build the Android app.
2323
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)