Skip to content

Commit

Permalink
chore: rename CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Dec 28, 2020
1 parent 5be1654 commit fc449ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml → .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ci
name: CI
on: [ push, pull_request ]
jobs:
build:
Build:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wuffle

[![CI Status](https://img.shields.io/github/workflow/status/nikku/wuffle/ci)](https://github.com/nikku/wuffle/actions?query=workflow%3Aci) ![Maturity pre-release](https://img.shields.io/badge/maturity-preview-orange.svg)
[![CI Status](https://img.shields.io/github/workflow/status/nikku/wuffle/CI)](https://github.com/nikku/wuffle/actions?query=workflow%3ACI) ![Maturity pre-release](https://img.shields.io/badge/maturity-preview-orange.svg)

A multi-repository task board for [GitHub issues](https://guides.github.com/features/issues/).

Expand Down

0 comments on commit fc449ee

Please sign in to comment.