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 80ef108 commit 933f1e7Copy full SHA for 933f1e7
.github/workflows/nightly.yml
@@ -3,6 +3,9 @@ name: "nightly"
3
on:
4
# schedule:
5
# - cron: "0 0 * * *"
6
+ pull_request:
7
+ branches:
8
+ - "main"
9
workflow_dispatch:
10
11
0 commit comments