chore(workflow): Run playwright tests for release branch PRs. (#5515)
This commit is contained in:
parent
2bc0647861
commit
e07a87dcae
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Playwright Tests
|
name: Playwright Tests
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master, release/*]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user