We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca7f8c commit 69282a8Copy full SHA for 69282a8
1 file changed
.github/workflows/e2e.yml
@@ -4,6 +4,9 @@ on:
4
workflow_dispatch:
5
schedule:
6
- cron: '30 2 * * 1-5' # Monday to Friday at 2:30AM
7
+ pull_request:
8
+ branches:
9
+ - master
10
11
jobs:
12
0 commit comments