Skip to content

Commit

Permalink
Merge pull request #37 from digitalocean/pull_request_target
Browse files Browse the repository at this point in the history
Use pull_request_target rather than pull_request in workflow.
  • Loading branch information
andrewsomething authored Oct 6, 2020
2 parents 17ee3b9 + ef28d28 commit 329661d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [push, pull_request]
on: [push, pull_request_target]
name: Test and lint

jobs:
Expand Down

0 comments on commit 329661d

Please sign in to comment.