From 071dc01857215f6cd1dd7dd774c4b73b1cf13e08 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Tue, 10 Sep 2024 20:56:52 -0700 Subject: [PATCH] Fix Deployment Actions (#135) # Fix Deployment Actions ## :gear: Release Notes - Fixes README and rename deployment action yml. ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md). --- .../workflows/{build-and-test.yml.yml => build-and-test.yml} | 0 README.md | 4 ++++ 2 files changed, 4 insertions(+) rename .github/workflows/{build-and-test.yml.yml => build-and-test.yml} (100%) diff --git a/.github/workflows/build-and-test.yml.yml b/.github/workflows/build-and-test.yml similarity index 100% rename from .github/workflows/build-and-test.yml.yml rename to .github/workflows/build-and-test.yml diff --git a/README.md b/README.md index 332be57b..6a7ef413 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ SPDX-License-Identifier: MIT # ENGAGE-HF Firebase +[![Build and Test](https://github.com/StanfordBDHG/ENGAGE-HF-Firebase/actions/workflows/build-and-test.yml.yml/badge.svg)](https://github.com/StanfordBDHG/ENGAGE-HF-Firebase/actions/workflows/build-and-test.yml.yml) +[![Deployment](https://github.com/StanfordBDHG/ENGAGE-HF-Firebase/actions/workflows/deployment.yml/badge.svg)](https://github.com/StanfordBDHG/ENGAGE-HF-Firebase/actions/workflows/deployment.yml) + + Firebase cloud hosting infrastructure for the ENGAGE-HF project. # Behavior