Skip to content

Commit

Permalink
fix(README): point badges at main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Nov 21, 2023
1 parent e30def7 commit fc60b7f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ci

on: pull_request
on:
pull_request:
push:
branches: main

jobs:
ci:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: tests

on: pull_request
on:
pull_request:
push:
branches: main

jobs:
tests:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

-----------------

[![Tests](https://github.com/benjamin-awd/monopoly/workflows/tests/badge.svg)](https://github.com/benjamin-awd/monopoly/actions)
[![CI](https://github.com/benjamin-awd/monopoly/workflows/ci/badge.svg)](https://github.com/benjamin-awd/monopoly/actions)
[![Tests](https://github.com/benjamin-awd/monopoly/workflows/tests/badge.svg?branch=main&event=push)](https://github.com/benjamin-awd/monopoly/actions)
[![CI](https://github.com/benjamin-awd/monopoly/workflows/ci/badge.svg?branch=main&event=push)](https://github.com/benjamin-awd/monopoly/actions)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Linting: pylint](https://img.shields.io/badge/linting-pylint-orange)](https://github.com/pylint-dev/pylint)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down

0 comments on commit fc60b7f

Please sign in to comment.