Skip to content

Commit cbc3b3b

Browse files
authored
Merge pull request #128 from getlantern/add-e2e-pr-trigger
Add pull_request trigger to e2e workflow
2 parents 6dd321c + 4f054d7 commit cbc3b3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: E2E Protocol Tests
22

33
on:
44
workflow_dispatch:
5+
pull_request:
6+
branches: [main]
7+
paths-ignore:
8+
- '.github/workflows/**'
9+
- '*.md'
10+
- 'LICENSE'
511

612
env:
713
DROPLET_NAME: "e2e-lantern-box-${{ github.run_id }}"

0 commit comments

Comments
 (0)