We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4568e9c commit 8d51cf7Copy full SHA for 8d51cf7
1 file changed
.github/workflows/ci-nightly.yml
@@ -17,6 +17,10 @@ concurrency:
17
cancel-in-progress: true
18
19
on:
20
+ push:
21
+ branches:
22
+ - "main"
23
+ - "pull-request/[0-9]+"
24
schedule:
25
# 2:17 AM UTC daily, after the midnight main CI build finishes.
26
# Avoid minute 0 because GitHub documents high scheduled-workflow load
0 commit comments