mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 16:40:24 +08:00
Allow GitHub Actions workflow to run on pull requests from forked repos
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: Tests
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request_target]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user