From 96c2a7642316e4eb03771fa62bde67370dfe63d8 Mon Sep 17 00:00:00 2001 From: Ale Vilar Date: Fri, 22 Sep 2023 09:55:56 -0300 Subject: [PATCH] =?UTF-8?q?publish=20on=20release=C3=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 534a6b5..b3a0ee6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,8 +1,7 @@ -name: Ci Publish to npmjs pn master +name: Ci Publish to npmjs on: - push: - branches: - - master + release: + types: [published] jobs: build: runs-on: ubuntu-latest