From 0431af004b38354354d78ea69349f6a50ab0b760 Mon Sep 17 00:00:00 2001 From: Csaba Apagyi Date: Tue, 8 Oct 2024 21:42:42 +0200 Subject: [PATCH] Disable release phase --- .github/workflows/release.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c988b6c3..5031a521 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,11 @@ name: Release -on: - push: - branches: - - master - - main +# Customize & enable to release to Heroku +# on: +# push: +# branches: +# - master +# - main env: HEROKU_STAGING_APP_NAME: nestjs-starter-staging