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:
Earl Warren 2024-07-08 15:11:29 +02:00 committed by GitHub
parent e918dd42e4
commit a7b8d96fd6

View file

@ -4,8 +4,10 @@ on:
pull_request:
paths:
- Makefile
- playwright.config.js
- .forgejo/workflows/e2e.yml
- tests/e2e/**
- web_src/js/**
jobs:
test-e2e: