From caff82fe24f5f9d68869e0706de89721d6fe4949 Mon Sep 17 00:00:00 2001 From: ryaugusta Date: Mon, 21 Aug 2023 14:43:05 -0400 Subject: [PATCH] badge --- .github/workflows/build.yml | 16 ++++++++-------- README.md | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63aa3b0..659cf55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,14 +2,14 @@ name: Build on: workflow_dispatch: - # push: - # branches: [main] - # paths-ignore: - # - 'README.md' - # pull_request: - # branches: [main] - # paths-ignore: - # - 'README.md' + push: + branches: [main] + paths-ignore: + - 'README.md' + pull_request: + branches: [main] + paths-ignore: + - 'README.md' jobs: build: diff --git a/README.md b/README.md index eb10984..c85b480 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Add Reviewers to Pull Request + [![CI](https://github.com/ryaugusta/pr-add-reviewers/workflows/CI/badge.svg)](https://github.com/ryaugusta/pr-add-reviewers/actions?query=workflow%3ACI) This action will add reviewers to a pull request. It will not add reviewers that are not collaborators on the repository. ### Inputs