From 87a6a35747eee47f72241c798069f303513a0b37 Mon Sep 17 00:00:00 2001 From: Tuan Pham Date: Thu, 5 Oct 2023 11:01:01 -0500 Subject: [PATCH] chore: make unit test GH action reusable --- .github/workflows/liveness_unit_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/liveness_unit_tests.yml b/.github/workflows/liveness_unit_tests.yml index df179fec..9c348d4d 100644 --- a/.github/workflows/liveness_unit_tests.yml +++ b/.github/workflows/liveness_unit_tests.yml @@ -2,6 +2,7 @@ name: Run Unit Tests | Amplify UI Swift Liveness on: workflow_dispatch: + workflow_call: push: branches: [ main ] pull_request: