diff --git a/.github/azure-pipelines.yml b/.github/azure-pipelines.yml index 49301f7b..fc9c6061 100644 --- a/.github/azure-pipelines.yml +++ b/.github/azure-pipelines.yml @@ -4,6 +4,14 @@ trigger: pr: - main +schedules: +- cron: "0 0 * * *" + displayName: Nightly Build + branches: + include: + - main + always: true + variables: - name: ndkVersion value: 25.2.9519653