From 8ba727b3674b080ca016a0e2ee1802494da0edd7 Mon Sep 17 00:00:00 2001 From: itsscb Date: Mon, 3 Mar 2025 21:48:22 +0100 Subject: [PATCH] chore: comment out deployment triggers in deploy.yml --- .github/workflows/deploy.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6e4fe31..e1990bb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,12 +1,12 @@ name: Build and Deploy to shuttle.rs -on: - push: - branches: - - master - pull_request: - branches: - - master +# on: +# push: +# branches: +# - master +# pull_request: +# branches: +# - master jobs: build: