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 4dc3396 commit e12bb3eCopy full SHA for e12bb3e
.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