Skip to content

Commit

Permalink
ci: fix release workflow to support release branches (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Sep 22, 2022
1 parent 38ec3d6 commit 9027a2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/if-nodejs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9027a2e

Please sign in to comment.