From af332c9384c3d52e1fd3b7a8c32777d6c7f544a7 Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Fri, 29 Nov 2024 13:44:11 -0500 Subject: [PATCH] ci: run release workflow on other branches as well --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d64c6b2..b3de486 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,9 @@ name: Release push: branches: - main + - next + - beta + - "*.x" # These are recommended by the semantic-release docs: https://github.com/semantic-release/npm#npm-provenance permissions: contents: write # to be able to publish a GitHub release