Skip to content

Commit

Permalink
ci: fix release workflow to support release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Sep 20, 2022
1 parent 4572bdb commit 9cf27e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/if-nodejs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
- master
# below lines are not enough to have release supported for these branches
# make sure configuration of `semantic-release` package mentiones these branches
- next
- next-major
- next-spec
- next-major-spec
- beta
- alpha
- '**-release' # custom
Expand Down

0 comments on commit 9cf27e4

Please sign in to comment.