diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-12-10 16:55:31 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 16:55:31 +0530 |
commit | 29778e0e3da9f9c8b76c7ecaf92962779a7840ab (patch) | |
tree | 0a21082be1b2adf9f2a601a37c69485bafef9460 /.github | |
parent | 255704c54ab1ea963abce019463871e97df03bf2 (diff) |
Strip down README to feature new docs and Discussions (#1243)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pull_request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 412dd7ab..4521e1dc 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,4 +1,4 @@ -on: [pull_request] +on: [pull_request_target] name: Check pull request jobs: |