diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8aa04bc..0eaf894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,10 @@ name: ci on: pull_request: + push: + branches: + - master + jobs: build: runs-on: ubuntu-latest diff --git a/README.md b/README.md index c53537a..b70431c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # buffer-crc32 -[![Build Status](https://secure.travis-ci.org/brianloveswords/buffer-crc32.png?branch=master)](http://travis-ci.org/brianloveswords/buffer-crc32) +[![NPM Version](https://img.shields.io/npm/v/buffer-crc32.svg)](https://npmjs.org/package/buffer-crc32) +[![Build Status](https://github.com/brianloveswords/buffer-crc32/workflows/ci/badge.svg)](https://github.com/brianloveswords/buffer-crc32/actions) crc32 that works with binary data and fancy character sets, outputs buffer, signed or unsigned data and has tests.