Skip to content

Commit

Permalink
chore: pipeline test
Browse files Browse the repository at this point in the history
  • Loading branch information
R11manish committed Jul 9, 2024
1 parent abf77e9 commit f292fce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches: ['main', 'develop']
branches: ['main', 'develop' ,'v2-legacy']

jobs:
release:
Expand Down
5 changes: 4 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
module.exports = {
branches: [
'main',
'v2-legacy',
{
name: 'v2-legacy',
prerelease: true,
},
{
name: 'develop',
prerelease: true,
Expand Down

0 comments on commit f292fce

Please sign in to comment.