chore(workflow): Run playwright tests for release branch PRs. (#5515)

This commit is contained in:
Joe Boccanfuso 2025-10-22 10:55:46 -04:00 committed by GitHub
parent 2bc0647861
commit e07a87dcae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
name: Playwright Tests
on:
pull_request:
branches: [master]
branches: [master, release/*]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}