tests: run JavaScript tests when web_src/js is modified

otherwise they are not useful
This commit is contained in:
Earl Warren 2024-07-08 15:11:29 +02:00
parent c19222b22f
commit a6a64f1fdc
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

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: