Skip to content

Commit 1027341

Browse files
authored
Merge pull request #9 from roboflank/next
Next
2 parents e3d101c + 9f74e83 commit 1027341

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
release:
5050
# Only release on push to main
51-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
51+
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next'
5252
runs-on: ubuntu-latest
5353
# Waits for test jobs for each Node.js version to complete
5454
needs: [test]

release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
branches: ['main', 'next'],
23
plugins: [
34
'@semantic-release/commit-analyzer',
45
'@semantic-release/release-notes-generator',

0 commit comments

Comments
 (0)