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 97ee1cf commit d29bc34Copy full SHA for d29bc34
1 file changed
.github/workflows/ci-nightly.yml
@@ -16,6 +16,10 @@ concurrency:
16
cancel-in-progress: true
17
18
on:
19
+ push:
20
+ branches:
21
+ - "main"
22
+ - "pull-request/[0-9]+"
23
schedule:
24
# 2:17 AM UTC daily, after the midnight main CI build finishes.
25
# Avoid minute 0 because GitHub documents high scheduled-workflow load
0 commit comments