Skip to content

Commit

Permalink
DOC: Update README adding GitHub Actions badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jul 30, 2023
1 parent f3bb44d commit 7441a7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches:
- master
paths-ignore:
- "**.rst"
- "*.rst"
- "Docs/**"
pull_request:
paths-ignore:
- "**.rst"
- "*.rst"
- "Docs/**"

jobs:
Expand Down
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Welcome to Artichoke's documentation!
:scale: 100%
:target: https://circleci.com/gh/commontk/Artichoke

.. image:: https://github.com/commontk/Artichoke/actions/workflows/CI.yml/badge.svg
:alt: CI
:scale: 100%
:target: https://github.com/commontk/Artichoke/actions/workflows/CI.yml

Introduction
------------

Expand Down

0 comments on commit 7441a7e

Please sign in to comment.