From 73126032305716ee5195f2f79e76964cb0152d1f Mon Sep 17 00:00:00 2001 From: antony-jr Date: Sun, 10 Dec 2023 21:04:26 +0530 Subject: [PATCH] Run deploy and tests seperately. --- .github/workflows/deploy.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b382a8d..326eefd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,11 +1,9 @@ -name: Deploy Prebuilt +name: Deploy Release on: - workflow_run: - workflows: ["Tests"] - branches: [add-prebuilts] - types: - - completed + push: + branches: + - add-prebuilts permissions: contents: write