Skip to content

Commit

Permalink
ci: configure main as release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 18, 2022
1 parent 120c81a commit 266f33e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
"on":
push:
branches:
- master
- main
jobs:
release:
name: release
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,10 @@
"lines": 100
}
}
},
"release": {
"branches": [
"main"
]
}
}

0 comments on commit 266f33e

Please sign in to comment.