Skip to content

Commit 896d77e

Browse files
authored
Merge pull request #550 from m-shaka/ci-status-badge
chore: replace CircleCI status with GHA action status badge
2 parents e576ebb + f3c4775 commit 896d77e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: CI
22
on:
33
pull_request:
4+
push:
5+
branches:
6+
- master
47
concurrency:
5-
group: ${{ github.workflow }}-${{ github.head_ref }}
8+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
69
cancel-in-progress: true
710

811
env:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
# NeverThrow 🙅
55

6-
[![supermacro](https://circleci.com/gh/supermacro/neverthrow.svg?style=svg)](https://app.circleci.com/pipelines/github/supermacro/neverthrow)
6+
[![GitHub Workflow Status](https://github.com/supermacro/neverthrow/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/supermacro/neverthrow/actions)
77

88
## Description
99

0 commit comments

Comments
 (0)