mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use pull_request_target instead of pull_request for tests
This should allow downstream forks to execute the graphql tests.
This commit is contained in:
parent
ae2b1555a2
commit
dc9c375dab
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-tests.yaml
vendored
2
.github/workflows/run-tests.yaml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
- main
|
||||
paths-ignore:
|
||||
- 'apple/**'
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
|
|
|
|||
Loading…
Reference in a new issue