diff --git a/.github/workflows/android_deploy_production.yml b/.github/workflows/android_deploy_production.yml index ce95dfc..78836c2 100644 --- a/.github/workflows/android_deploy_production.yml +++ b/.github/workflows/android_deploy_production.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - chore/198-test-merge-2 jobs: build_and_deploy_android: diff --git a/.github/workflows/android_deploy_staging.yml b/.github/workflows/android_deploy_staging.yml index b89b282..43e9e1e 100644 --- a/.github/workflows/android_deploy_staging.yml +++ b/.github/workflows/android_deploy_staging.yml @@ -4,7 +4,7 @@ on: push: branches: - develop - - chore/198-test-merge-1 + - chore/198-test-merge-2 jobs: build_and_deploy_android: