Skip to content

Commit 24027b1

Browse files
fix(ci): allow e2e tests to run on pull_request and main (#1054)
1 parent 92dcee9 commit 24027b1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/playground.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: E2E tests
22

33
on:
44
push:
5-
branches: [poc/playwright]
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
610

711
jobs:
812
e2e:

0 commit comments

Comments
 (0)