From 41ac90f16b6c473d61d7b9abb0706426fcd9c99e Mon Sep 17 00:00:00 2001 From: Soren Rasmussen Date: Wed, 11 Sep 2024 15:09:52 -0600 Subject: [PATCH] Adding build badge, renaming github action so badge says 'build' --- .github/workflows/ci_scm_ccpp_prebuild.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_scm_ccpp_prebuild.yml b/.github/workflows/ci_scm_ccpp_prebuild.yml index fbcaa169d..662aa267c 100644 --- a/.github/workflows/ci_scm_ccpp_prebuild.yml +++ b/.github/workflows/ci_scm_ccpp_prebuild.yml @@ -1,4 +1,5 @@ -name: CI test to run SCM ccpp_prebuild script +# CI test to run SCM ccpp_prebuild script +name: build on: [push, pull_request, workflow_dispatch] diff --git a/README.md b/README.md index bded927b6..dce07bcc5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Single Column Model (SCM) -[![Build Status](https://github.com/NCAR/ccpp-scm/actions/workflows/build_and_push_docker_latest.yml/badge.svg?branch=main)](https://github.com/NCAR/ccpp-scm/actions/workflows/build_and_push_docker_latest.yml) +[![Build Status](https://github.com/NCAR/ccpp-scm/actions/workflows/ci_scm_ccpp_prebuild.yml/badge.svg?branch=main)](https://github.com/NCAR/ccpp-scm/actions/workflows/ci_scm_ccpp_prebuild.yml) [![Release](https://img.shields.io/github/release/NCAR/ccpp-scm.svg)](https://github.com/NCAR/ccpp-scm/releases/latest) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13156711.svg)](https://doi.org/10.5281/zenodo.13156711)