Skip to content

Commit 15f7835

Browse files
committed
Add pull_request trigger to test and e2e workflows
1 parent b0e99d9 commit 15f7835

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
paths:
77
- 'tests/e2e/**'
88
- '.github/workflows/e2e.yml'
9+
pull_request:
10+
paths:
11+
- 'tests/e2e/**'
12+
- '.github/workflows/e2e.yml'
913

1014
permissions:
1115
contents: read

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- '**'
6+
pull_request:
7+
branches:
8+
- '**'
69
permissions:
710
contents: read
811
env:

0 commit comments

Comments
 (0)