From d58ad8dae6899408f2e8a4e557c0d1a0b9ccf949 Mon Sep 17 00:00:00 2001 From: Taco de Wolff Date: Mon, 30 Oct 2023 18:11:21 -0300 Subject: [PATCH] Update nodejs workflow --- .github/workflows/nodejs.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e8773809df..e88ce60e8f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,10 +1,8 @@ name: NodeJS on: push: - #tags: - # - 'v*' - branches: - - master + tags: + - 'v*' pull_request: branches: - master