Skip to content

Commit 69282a8

Browse files
committed
feat: add master as target branch for PRs to trigger the job
1 parent aca7f8c commit 69282a8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
workflow_dispatch:
55
schedule:
66
- cron: '30 2 * * 1-5' # Monday to Friday at 2:30AM
7+
pull_request:
8+
branches:
9+
- master
710

811
jobs:
912

0 commit comments

Comments
 (0)