From 9ecccf7609aa4e1ab62d8bda097598b3c9800bc1 Mon Sep 17 00:00:00 2001 From: "Luong Vo (Lucas)" Date: Thu, 3 Aug 2023 18:08:22 +0700 Subject: [PATCH] test --- .github/workflows/android_deploy_production.yml | 1 + .github/workflows/android_deploy_production_to_playstore.yml | 1 + .github/workflows/android_deploy_staging.yml | 1 + .github/workflows/test.yml | 5 +++-- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_deploy_production.yml b/.github/workflows/android_deploy_production.yml index 0d948330..14006340 100644 --- a/.github/workflows/android_deploy_production.yml +++ b/.github/workflows/android_deploy_production.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - chore/226-update-secrets-management jobs: build_and_deploy_android: diff --git a/.github/workflows/android_deploy_production_to_playstore.yml b/.github/workflows/android_deploy_production_to_playstore.yml index cdeb2f09..2d369199 100644 --- a/.github/workflows/android_deploy_production_to_playstore.yml +++ b/.github/workflows/android_deploy_production_to_playstore.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - chore/226-update-secrets-management jobs: build_and_deploy_android: diff --git a/.github/workflows/android_deploy_staging.yml b/.github/workflows/android_deploy_staging.yml index 22fa7f52..87431a1d 100644 --- a/.github/workflows/android_deploy_staging.yml +++ b/.github/workflows/android_deploy_staging.yml @@ -4,6 +4,7 @@ on: push: branches: - develop + - chore/226-update-secrets-management jobs: build_and_deploy_android: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a6ebae8..1a80b9ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,13 +2,14 @@ name: CI on: # Trigger the workflow on push or pull request, # but push action is only for the feature branch - pull_request: - types: [ opened, synchronize, reopened ] + # pull_request: + # types: [ opened, synchronize, reopened ] push: branches-ignore: - develop - 'release/**' - main + - chore/226-update-secrets-management jobs: test: