From 8693451db7d8051de17a8ed0ceb7865c0e3619e2 Mon Sep 17 00:00:00 2001 From: Rafael Henrique de Andrade Date: Thu, 12 Dec 2024 10:29:28 -0300 Subject: [PATCH] feat: add test event --- .github/workflows/release.action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.action.yml b/.github/workflows/release.action.yml index 21de180a..9d7f683d 100644 --- a/.github/workflows/release.action.yml +++ b/.github/workflows/release.action.yml @@ -3,6 +3,9 @@ name: 'Publish' on: release: types: [published] + push: + branches: + - 'feature/package-release' env: NODE_VERSION: 20.x