From 2d35348be458e1727b753f94da0e80dfd13d0e23 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sat, 2 Oct 2021 21:51:01 +0900 Subject: [PATCH] chore: fix a broken link in README (#92) * chore: fix a broken link in README * chore: fix branch name --- .github/workflows/test.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f955eb3..8757026 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ on: # rebuild any PRs and main branch changes pull_request: push: branches: - - master + - main - 'releases/*' jobs: diff --git a/README.md b/README.md index 70645ea..6c24ede 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # npm audit action -[![Coverage Status](https://coveralls.io/repos/github/oke-py/npm-audit-action/badge.svg?branch=master)](https://coveralls.io/github/oke-py/npm-audit-action?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/oke-py/npm-audit-action/badge.svg?branch=main)](https://coveralls.io/github/oke-py/npm-audit-action?branch=main) GitHub Action to run `npm audit` @@ -14,7 +14,7 @@ If vulnerabilities are found by `npm audit`, Action triggered by PR creates a co If vulnerabilities are found by `npm audit`, Action triggered by push, schedule creates the following GitHub Issue. -![image](https://github.com/oke-py/npm-audit-action/blob/master/issue.png) +![image](https://github.com/oke-py/npm-audit-action/blob/main/issue.png) ## Usage @@ -47,7 +47,7 @@ on: pull_request: push: branches: - - master + - main - 'releases/*' # on: # schedule: