Skip to content

Commit

Permalink
build: treat ordhook as pre-release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Oct 13, 2023
1 parent cd17f60 commit a0dbeea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
- develop
- beta
- ordhook
tags-ignore:
- '**'
paths-ignore:
Expand Down
4 changes: 4 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
{
"name": "alpha",
"prerelease": true
},
{
"name": "ordhook",
"prerelease": true
}
],
"plugins": [
Expand Down

0 comments on commit a0dbeea

Please sign in to comment.