Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Commit 8acee38

Browse files
committed
docs: change a build badge
1 parent 4f278c1 commit 8acee38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Build and Release
22

33
on:
44
push:
@@ -28,4 +28,4 @@ jobs:
2828
env:
2929
CI: true
3030
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
31+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
[![npm version](https://img.shields.io/npm/v/@ng-web-apis/workers.svg)](https://npmjs.com/package/@ng-web-apis/workers)
66
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/workers)](https://bundlephobia.com/result?p=@ng-web-apis/workers)
7-
[![Travis (.com)](https://img.shields.io/travis/com/ng-web-apis/workers)](https://travis-ci.com/ng-web-apis/workers)
7+
[![Build and Release](https://github.com/ng-web-apis/workers/workflows/Build%20and%20Release/badge.svg?workflow=build)](https://github.com/ng-web-apis/workers/actions?query=workflow%3ABuild%20and%20Release)
88
[![Coveralls github](https://img.shields.io/coveralls/github/ng-web-apis/workers)](https://coveralls.io/github/ng-web-apis/workers?branch=master)
99
[![angular-open-source-starter](https://img.shields.io/badge/made%20with-angular--open--source--starter-d81676?logo=angular)](https://github.com/TinkoffCreditSystems/angular-open-source-starter)
1010

0 commit comments

Comments
 (0)