Skip to content

Commit

Permalink
ci(release): defines release branches in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aviemet committed Oct 9, 2023
1 parent 673534f commit 2109236
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Ruby

on:
push:
branches:
- main
pull_request:
branches:
# - main
- dev

jobs:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,8 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"release": {
"branches": ["main"]
}
}
5 changes: 0 additions & 5 deletions release.config.js

This file was deleted.

0 comments on commit 2109236

Please sign in to comment.