Skip to content

Commit

Permalink
Update GHA for main branch, fix status badge (#36)
Browse files Browse the repository at this point in the history
* switch branch in ci

* rename build

* badge
  • Loading branch information
physik932 authored Apr 25, 2023
1 parent aca84da commit 3079ff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Node.js CI
name: Build

on:
push:
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 3079ff0

Please sign in to comment.