From ab5c5f748a5074c4ce0fae44d987b4abaa295f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B2?= Date: Fri, 22 Mar 2024 10:34:54 +0000 Subject: [PATCH] apply publish on master branch --- .github/workflows/ci-cd.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ceed057..3385bc5 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -1,6 +1,8 @@ name: Node CI -on: [push] +on: + push: + branches: [ master ] jobs: build: