Skip to content

Commit c78b058

Browse files
authored
Remove 'branches' from pull_request block (#619)
With this change, tests will now be run on any branch that's opened, sync'ed or edited (with the defined paths).
1 parent b397938 commit c78b058

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ name: Playwright Tests
1616

1717
on:
1818
pull_request:
19-
branches:
20-
- main
2119
types: [opened, synchronize, edited]
2220
paths:
2321
- 'samples/**'

0 commit comments

Comments
 (0)