Skip to content

Commit

Permalink
ci: update workflows for nodejs projects (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Sep 20, 2022
1 parent 4572bdb commit d54adfc
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 d54adfc

Please sign in to comment.