Skip to content

Commit f348d04

Browse files
committed
Improve github workflow
1 parent aaa0094 commit f348d04

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
name: "Test Coverage"
1+
name: "Coverage"
22

33
on:
4+
push:
5+
branches:
6+
- master
47
pull_request:
58
branches:
69
- master

.github/workflows/test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
name: "Test"
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
tags:
8-
- "!*" # Do not execute on tags
9-
paths:
10-
- src/*
11-
- test/*
12-
- "*.json"
13-
- yarn.lock
144
pull_request:
155
paths:
166
- "!*.MD"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# quick-stable-stringify
22

3-
![Test status](https://github.com/sxwei123/quick-stable-stringify/workflows/Test/badge.svg?branch=develop)
3+
![Test status](https://github.com/sxwei123/quick-stable-stringify/workflows/Coverage/badge.svg?branch=master)
44

55
Deterministic `JSON.stringify()` - a faster version of [@epoberezkin](https://github.com/epoberezkin)'s [fast-json-stable-strigify](https://github.com/epoberezkin/fast-json-stable-stringify). Built with Typescript and modern Javascript.
66

0 commit comments

Comments
 (0)