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.