Skip to content

Commit

Permalink
Merge pull request #5 from technote-space/chore/tweaks
Browse files Browse the repository at this point in the history
docs: update README
  • Loading branch information
technote-space committed Sep 25, 2019
2 parents 31fa85c + 5cc8341 commit 9b693a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.ja.md
Expand Up @@ -35,6 +35,10 @@ console.log( isTargetEvent( {
context => /^refs\/tags\//.test( context.ref ),
"rerequested",
],
'pull_request': [
'*',
],
'project_card': '*',
} ) );
```

Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -35,6 +35,10 @@ console.log( isTargetEvent( {
context => /^refs\/tags\//.test( context.ref ),
"rerequested",
],
'pull_request': [
'*',
],
'project_card': '*',
} ) );
```

Expand Down

0 comments on commit 9b693a3

Please sign in to comment.