From d454da7a7429346784ca437cda613c3510f34052 Mon Sep 17 00:00:00 2001 From: Pierre Bertet Date: Thu, 11 Apr 2024 00:34:15 +0100 Subject: [PATCH] Try to run the deployment action on the PR branch --- .github/workflows/deploy-testnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-testnet.yml b/.github/workflows/deploy-testnet.yml index b7f5f374..61ef62a4 100644 --- a/.github/workflows/deploy-testnet.yml +++ b/.github/workflows/deploy-testnet.yml @@ -4,7 +4,7 @@ env: VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} on: push: - branches: [main] + branches: [deploy-contracts-and-app] paths: - ".github/workflows/deploy-testnet.yml" - "contracts/**"