Skip to content

Commit

Permalink
ci: fix release workflow to support release branches (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Sep 20, 2022
1 parent 00ee8e0 commit 76cbfe0
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 76cbfe0

Please sign in to comment.