mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #40 from omnivore-app/fix/ci-on-forked-prs
Use pull_request_target instead of pull_request for tests
This commit is contained in:
commit
259627a19a
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