From 46738060100a2cffb235d8cae14089b8c25ee1e6 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 9 Aug 2024 21:40:27 +0100 Subject: [PATCH] fix: run ci for tags --- .github/workflows/node.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index c345175..0abf8ed 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -2,8 +2,8 @@ name: Build and publish on: push: - # tags: - # - v* + tags: + - v* branches-ignore: - "release-please-*" pull_request: