Skip to content

Commit fad9001

Browse files
committed
ci(tests): add on push to main branch trigger
1 parent 594cfd8 commit fad9001

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Playwright Tests
22
on:
33
pull_request:
44
branches: [main, development]
5+
push:
6+
branches: [main]
57
jobs:
68
test:
79
timeout-minutes: 60

0 commit comments

Comments
 (0)