From b63002b8173bcafce09331f36d7b13e9b034af5f Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Thu, 12 Nov 2020 22:34:41 -0600 Subject: [PATCH] fix readme badges --- .github/workflows/integration.yml | 1 - .github/workflows/main.yml | 4 +++- README.md | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1980707..e4c9271 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -7,7 +7,6 @@ on: pull_request: branches: - master - - next jobs: baseline: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d51b53e..d4161bd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,12 @@ name: 'Lint And Test' on: + push: + branches: + - master pull_request: branches: - master - - next jobs: lint: diff --git a/README.md b/README.md index 5f79654..ec2e951 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # LDAPjs -[![Build Status](https://github.com/ldapjs/node-ldapjs/workflows/.github/workflows/main.yml/badge.svg)] -[![Coverage Status](https://coveralls.io/repos/github/ldapjs/node-ldapjs/badge.svg)] +[![Build Status](https://github.com/ldapjs/node-ldapjs/workflows/Lint%20And%20Test/badge.svg)](https://github.com/ldapjs/node-ldapjs/actions) +[![Coverage Status](https://coveralls.io/repos/github/ldapjs/node-ldapjs/badge.svg)](https://coveralls.io/github/ldapjs/node-ldapjs/) LDAPjs makes the LDAP protocol a first class citizen in Node.js.