Skip to content

Commit

Permalink
build(release): enable semantic-releases on the 1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Jan 10, 2024
1 parent 474eb51 commit 8154926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- 'main'
- '1.x'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ module.exports = {
}],
["@semantic-release/github", {}]
],
branches: ['main'],
branches: ['main', "1.x"],
};

0 comments on commit 8154926

Please sign in to comment.