From ebae91aabd6f0f11850d1f446fbc9ea5e166339d Mon Sep 17 00:00:00 2001 From: Mikhail Beloglazov Date: Tue, 23 Jul 2024 14:41:41 +0300 Subject: [PATCH] Build only on release --- .github/workflows/github-pages-deploy.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/github-pages-deploy.yml b/.github/workflows/github-pages-deploy.yml index cab3b22..0735152 100644 --- a/.github/workflows/github-pages-deploy.yml +++ b/.github/workflows/github-pages-deploy.yml @@ -1,13 +1,8 @@ name: Deploy Docs and Demo on Release on: - push: - branches: - - DT-21533 # Укажите здесь вашу тестовую ветку - -# on: -# release: -# types: [published] + release: + types: [published] jobs: build: