File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11name : Test
22on :
3- # Trigger the workflow on push or pull request,
4- # but only for the master branch
53 push :
64 branches :
7- - master
5+ - trunk
86 pull_request :
97 branches :
10- - master
8+ - trunk
119jobs :
1210 test :
1311 name : Test
Original file line number Diff line number Diff line change 11# Fluent
22
33![ Build Status] ( https://github.com/escapace/fluent/workflows/Release/badge.svg )
4- ![ Code Coverage] ( https://codecov.io/gh/escapace/fluent/branch/master /graph/badge.svg )
4+ ![ Code Coverage] ( https://codecov.io/gh/escapace/fluent/branch/trunk /graph/badge.svg )
55![ License] ( https://img.shields.io/badge/license-Mozilla%20Public%20License%20Version%202.0-blue.svg )
66
Original file line number Diff line number Diff line change 11module . exports = {
2- branch : 'master' ,
2+ branches : [ 'trunk' ] ,
33 plugins : [
44 '@semantic-release/commit-analyzer' ,
55 '@semantic-release/release-notes-generator' ,
You can’t perform that action at this time.
0 commit comments