Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
refactor: workflow trigger (#61)
Browse files Browse the repository at this point in the history
- change pull_request to pull_request_target to enable comments to be
written

Contributes to: #60

Signed-off-by: Matthew Chirgwin <chirmatt@uk.ibm.com>

Co-authored-by: Matthew Chirgwin <CHIRMATT@uk.ibm.com>
  • Loading branch information
matthew-chirgwin and Matthew Chirgwin committed Oct 30, 2020
1 parent d2de85a commit 5e4c7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-pr-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
name: Node

on: [pull_request]
on: [pull_request_target]

jobs:
build-current:
Expand Down

0 comments on commit 5e4c7fd

Please sign in to comment.