From 5d2fe1c37d1618c4c701866fbbc80aed1df6db9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesus=20Hernando=20Paz=20Bola=C3=B1os?= Date: Tue, 2 Jan 2024 16:05:15 -0500 Subject: [PATCH] update ci --- .github/workflows/ci.yaml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 63172dca..9e0bbaff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,10 +3,10 @@ name: "Test Installation Scripts" on: push: branches: - - main + - master pull_request: branches: - - main + - master jobs: deb: diff --git a/README.md b/README.md index 52add0a8..d84aae0c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![CircleCI](https://circleci.com/gh/nodesource/distributions/tree/master.svg?style=svg)](https://circleci.com/gh/nodesource/distributions/tree/master) -[![Github Actions Test](https://github.com/nodesource/distributions/actions/workflows/CI.yaml/badge.svg)](https://github.com/nodesource/distributions/actions/workflows/CI.yaml) +[![Github Actions Test](https://github.com/nodesource/distributions/actions/workflows/ci.yaml/badge.svg)](https://github.com/nodesource/distributions/actions/workflows/ci.yaml) This repository contains the instructions to install the **[NodeSource](https://nodesource.com)** **[Node.js](http://nodejs.org)** Binary Distributions via .rpm and .deb as well as their setup and support scripts.