Skip to content

Commit def10d8

Browse files
committed
bfix: update trigger branch of github action
Signed-off-by: Aman <aman2@me.iitr.ac.in>
1 parent 6d01995 commit def10d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)