mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-25 09:21:04 +00:00
Run test for pull requests
This commit is contained in:
parent
a2bea5e300
commit
70afa5e5e0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
@ -2,6 +2,8 @@ name: Run tests
|
||||||
# Run test at each push to main, if changes to package or tests files
|
# Run test at each push to main, if changes to package or tests files
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue