File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build, Test and Deploy
33on :
44 push :
55 branches :
6- - master
6+ - main
77 - beta
88 pull_request :
99
6868 name : Release
6969 runs-on : ubuntu-latest
7070 needs : [lint, test]
71- if : github.event_name == 'push' && (github.ref == 'refs/heads/master ' || github.ref == 'refs/heads/beta')
71+ if : github.event_name == 'push' && (github.ref == 'refs/heads/main ' || github.ref == 'refs/heads/beta')
7272 steps :
7373 - uses : actions/checkout@v2
7474 with :
Original file line number Diff line number Diff line change 11module . exports = {
2+ branches : [ 'main' ] ,
23 plugins : [
34 [
45 '@semantic-release/commit-analyzer' , {
Original file line number Diff line number Diff line change 11# Forest Admin in Rails
22
33[ ![ Gem] ( https://badge.fury.io/rb/forest_liana.svg )] ( https://badge.fury.io/rb/forest_liana )
4- [ ![ CI status] ( https://github.com/ForestAdmin/forest-rails/workflows/Build,%20Test%20and%20Deploy/badge.svg?branch=master )] ( https://github.com/ForestAdmin/forest-rails/actions )
4+ [ ![ CI status] ( https://github.com/ForestAdmin/forest-rails/workflows/Build,%20Test%20and%20Deploy/badge.svg?branch=main )] ( https://github.com/ForestAdmin/forest-rails/actions )
55[ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/959c02b420b455eac51f/test_coverage )] ( https://codeclimate.com/github/ForestAdmin/forest-rails/test_coverage )
66[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
77
@@ -151,7 +151,7 @@ with an extensive activity log system.
151151
152152This repository is officially maintained by Forest Admin.
153153We're always happy to get contributions for other fellow lumberjacks.
154- All contributions will be reviewed by Forest Admin's team before being merged into master .
154+ All contributions will be reviewed by Forest Admin's team before being merged into main .
155155
156156Here is the contribution workflow:
157157
Original file line number Diff line number Diff line change 11// NOTICE: When a github "squash and merge" is performed, github add the PR link in the commit
22// message using the format ` (#<PR_ID>)`. Github provide the target branch of the build,
3- // so authorizing 4+5 = 9 characters more on master for the max header length should work
3+ // so authorizing 4+5 = 9 characters more on main for the max header length should work
44// until we reach PR #99999.
55
66let maxLineLength = 100 ;
You can’t perform that action at this time.
0 commit comments