diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-02-24 16:49:01 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-02-24 16:49:01 -0500 |
commit | ed4a45ff5fc8aa53fd66f6059697bac171ba9d69 (patch) | |
tree | 5695db8f3c9b4aa31c884aab7da1ba3289529650 /.github/workflows | |
parent | 82f7f9ee1849947ed6de227279e623d8fc3a1ee1 (diff) | |
download | bfs-ed4a45ff5fc8aa53fd66f6059697bac171ba9d69.tar.xz |
README: Fix CI status badges
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5d27e1..b0a2f49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: distcheck +name: CI on: [push, pull_request] |