From c56b924856b2265581c3df91921639139ed59b3b Mon Sep 17 00:00:00 2001 From: tree Date: Fri, 23 Feb 2024 23:33:56 +0100 Subject: [PATCH] disable ipfs deploy --- .github/workflows/ipfs-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ipfs-deploy.yml b/.github/workflows/ipfs-deploy.yml index eec67de..c07e99e 100644 --- a/.github/workflows/ipfs-deploy.yml +++ b/.github/workflows/ipfs-deploy.yml @@ -3,8 +3,8 @@ name: Deploy to IPFS on: # Trigger the workflow every time you push to the `main` branch # Using a different branch name? Replace `main` with your branch’s name - push: - branches: [ beta ] + #push: + # branches: [ beta ] # Allow this job to clone the repo and create a page deployment permissions: