Skip to content

Commit 648fcb8

Browse files
committed
fix: branch change
1 parent ffadbf0 commit 648fcb8

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: Test
22
on:
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
119
jobs:
1210
test:
1311
name: Test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
branch: 'master',
2+
branches: ['trunk'],
33
plugins: [
44
'@semantic-release/commit-analyzer',
55
'@semantic-release/release-notes-generator',

0 commit comments

Comments
 (0)