Skip to content

Commit 2f1e834

Browse files
authored
trigger E2E test on any example project / workflow change
1 parent 370327a commit 2f1e834

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/end-to-end.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: E2E Tests
22

33
on:
44
push:
5-
branches:
6-
- master
5+
paths:
6+
- .github/workflows/end-to-end.yml
7+
- example-project/
78
schedule:
89
- cron: "20 5 * * *"
910
workflow_dispatch:

0 commit comments

Comments
 (0)