ci: make playwright integration tests run only on PRs involving frontend

This commit is contained in:
Ilya Kreymer 2023-04-05 09:57:34 -07:00
parent 7f757d396a
commit 63be81d835

View File

@ -1,10 +1,12 @@
name: Playwright Tests
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, edited]
paths:
- 'frontend/src/**'
- 'frontend/*.json'
- 'frontend/*.js'
- 'frontend/*.ts'
jobs:
test: