Allow GitHub Actions workflow to run on pull requests from forked repos

This commit is contained in:
Samkit Jain
2020-09-29 13:17:38 +05:30
committed by GitHub
parent be32e570ae
commit 81253b6181
+1 -1
View File
@@ -1,6 +1,6 @@
name: Tests
on: [push]
on: [push, pull_request_target]
jobs:
lint: