From bb3c72d43485413aefce92a7addb4abc141588fe Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Tue, 20 Sep 2022 15:56:27 +0200 Subject: [PATCH] ci: fix release workflow to support release branches --- .github/workflows/if-nodejs-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/if-nodejs-release.yml b/.github/workflows/if-nodejs-release.yml index 16cc8851..948edb89 100644 --- a/.github/workflows/if-nodejs-release.yml +++ b/.github/workflows/if-nodejs-release.yml @@ -9,12 +9,12 @@ on: branches: - master # below lines are not enough to have release supported for these branches - # make sure configuration of `semantic-release` package mentiones these branches - - next + # make sure configuration of `semantic-release` package mentions these branches + - next-spec - next-major + - next-major-spec - beta - alpha - - '**-release' # custom jobs: