From 97e8cfe5a162dfc9e3f8e4fcb34b4e3111c67e72 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 23 Dec 2021 14:06:53 +0100 Subject: [PATCH] chore(workflows): update with new branch names --- frontend/.github/workflows/node.js.yml | 2 +- frontend/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/.github/workflows/node.js.yml b/frontend/.github/workflows/node.js.yml index 7fe505f194..aaf78fa263 100644 --- a/frontend/.github/workflows/node.js.yml +++ b/frontend/.github/workflows/node.js.yml @@ -5,7 +5,7 @@ name: Node.js CI on: push: - branches: [ master ] + branches: [ main ] pull_request: jobs: diff --git a/frontend/README.md b/frontend/README.md index d06c41c58a..e90a740e1b 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/Unleash/unleash-frontend.svg?branch=master)](https://travis-ci.org/Unleash/unleash-frontend) +[![Build Status](https://travis-ci.org/Unleash/unleash-frontend.svg?branch=main)](https://travis-ci.org/Unleash/unleash-frontend) # Developing