tests: run JavaScript tests when web_src/js is modified
otherwise they are not useful
(cherry picked from commit a6a64f1fdc
)
This commit is contained in:
parent
e918dd42e4
commit
a7b8d96fd6
1 changed files with 2 additions and 0 deletions
|
@ -4,8 +4,10 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- Makefile
|
- Makefile
|
||||||
|
- playwright.config.js
|
||||||
- .forgejo/workflows/e2e.yml
|
- .forgejo/workflows/e2e.yml
|
||||||
- tests/e2e/**
|
- tests/e2e/**
|
||||||
|
- web_src/js/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-e2e:
|
test-e2e:
|
||||||
|
|
Loading…
Reference in a new issue