From 4eb864e002900b14438c98e98ac20cd38500ad2e Mon Sep 17 00:00:00 2001 From: Pierre Bertet Date: Sun, 14 Apr 2024 02:26:17 +0100 Subject: [PATCH] Activate workflow in PR --- .github/workflows/testnet-deployment.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testnet-deployment.yml b/.github/workflows/testnet-deployment.yml index f8bc1727e..199d293a6 100644 --- a/.github/workflows/testnet-deployment.yml +++ b/.github/workflows/testnet-deployment.yml @@ -11,10 +11,10 @@ on: - ".github/workflows/testnet-deployment.yml" - "contracts/**" - "frontend/**" - pull_request: - paths: - - ".github/workflows/testnet-deployment.yml" - - "contracts/**" + # pull_request: + # paths: + # - ".github/workflows/testnet-deployment.yml" + # - "contracts/**" env: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}