From 3079ff09a362cc5ce70d83874e894586cee01cd3 Mon Sep 17 00:00:00 2001 From: Rishi Sheth <2817944+physik932@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:00:25 -0400 Subject: [PATCH] Update GHA for main branch, fix status badge (#36) * switch branch in ci * rename build * badge --- .github/workflows/build.yaml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 51c4be6..38aa31a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,10 +1,10 @@ -name: Node.js CI +name: Build on: push: pull_request: branches: - - master + - main jobs: build: diff --git a/README.md b/README.md index d0062a8..9e9c5c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Build Status](https://github.com/Ibotta/url_builder_app/.github/workflows/build.yml/badge.svg) +[![Build](https://github.com/Ibotta/url_builder_app/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/Ibotta/url_builder_app/actions/workflows/build.yaml) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)