diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba63f392..95f662b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,11 @@ name: CI on: pull_request: + push: + branches: + - master concurrency: - group: ${{ github.workflow }}-${{ github.head_ref }} + group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} cancel-in-progress: true env: diff --git a/README.md b/README.md index c17d3444..ced077b9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # NeverThrow 🙅 -[![supermacro](https://circleci.com/gh/supermacro/neverthrow.svg?style=svg)](https://app.circleci.com/pipelines/github/supermacro/neverthrow) +[![GitHub Workflow Status](https://github.com/supermacro/neverthrow/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/supermacro/neverthrow/actions) ## Description