Skip to content

Commit

Permalink
ci(release): configure alpha build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold committed Nov 19, 2021
1 parent 51bc05a commit 8d55088
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -204,7 +204,7 @@ jobs:
test-mysql-mariadb,
test-mssql,
]
if: github.event_name == 'push' && github.ref == 'refs/heads/v6'
if: github.event_name == 'push' && (github.ref == 'refs/heads/v6' || github.ref == 'refs/heads/v6-alpha')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -185,7 +185,11 @@
"@semantic-release/github"
],
"branches": [
"v6"
"v6",
{
"name": "v6-alpha",
"prerelease": "alpha"
}
]
},
"publishConfig": {
Expand Down

0 comments on commit 8d55088

Please sign in to comment.