Skip to content

Commit

Permalink
Build improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Dec 1, 2023
1 parent d03b56f commit c023f58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: "CI/CD"
name: "Build"

run-name: "Build ${{ github.ref_name }}"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![CI/CD](https://github.com/alexdlaird/django-bootstrap-authentication-template-project/workflows/CI/CD/badge.svg)](https://github.com/alexdlaird/django-bootstrap-authentication-template-project/actions?query=workflow%3ACI%2FCD)
[![Build](https://github.com/alexdlaird/django-bootstrap-authentication-template-project/workflows/build.yml/badge.svg)](https://github.com/alexdlaird/django-bootstrap-authentication-template-project/actions/workflows/build.yml)
[![Codecov](https://codecov.io/gh/alexdlaird/django-bootstrap-authentication-template-project/branch/main/graph/badge.svg)](https://codecov.io/gh/alexdlaird/django-bootstrap-authentication-template-project)
![GitHub License](https://img.shields.io/github/license/alexdlaird/django-bootstrap-authentication-template-project)

Expand Down

0 comments on commit c023f58

Please sign in to comment.