From ec74a0e0e2c70e94d82e06d2e98987577abaf14c Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 6 Feb 2025 17:06:38 +0300 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f70970ce6..dad9f5847 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,9 +1,8 @@ name: Continuous Deployment on: - push: - tags: - - "v*.*.*" + pull_request: + branches: [ "master" ] jobs: changelog: