Update workflow

This commit is contained in:
Peter Evans 2020-04-10 11:03:48 +09:00
parent 4b81c646b9
commit 9f320992d5

View File

@ -1,10 +1,11 @@
name: Create Comment
name: Create Comment on Pull Request
on:
pull_request:
branches:
- master
jobs:
createComment:
createCommentOnPullRequest:
if: github.event.pull_request.author_association == 'OWNER'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2