Skip to content

Commit

Permalink
badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaugusta committed Aug 21, 2023
1 parent e750962 commit caff82f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit caff82f

Please sign in to comment.