From 665f2576d0af6681d934975ca4e0416bebf4d910 Mon Sep 17 00:00:00 2001 From: Oleg Yakovlev Date: Sat, 13 Jul 2024 01:20:16 +0300 Subject: [PATCH] Deploy workflow trigger updated --- .github/workflows/deploy_firebase.yml | 4 +--- .github/workflows/deploy_internal.yml | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/deploy_firebase.yml b/.github/workflows/deploy_firebase.yml index ce35e3d..48e1dea 100644 --- a/.github/workflows/deploy_firebase.yml +++ b/.github/workflows/deploy_firebase.yml @@ -1,8 +1,6 @@ name: Deploy to Firebase App Tester -on: - pull_request: - workflow_dispatch: +on: workflow_run jobs: deploy_internal: diff --git a/.github/workflows/deploy_internal.yml b/.github/workflows/deploy_internal.yml index 7123a79..d5ffca5 100644 --- a/.github/workflows/deploy_internal.yml +++ b/.github/workflows/deploy_internal.yml @@ -1,10 +1,8 @@ name: Deploy Internal on: - # Triggers the workflow on push of version tag push: tags: [ 'v*' ] - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: