mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-19 13:26:32 -04:00
run workflows on forks (#78)
per https://stackoverflow.com/questions/58221321/is-github-actions-available-on-forked-repositories
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: lint
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request_target]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: test
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request_target]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user