diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dafbe7a..92702c5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,6 +21,14 @@ pr: - d16-* - d17-* +schedules: +- cron: "0 0 1,15 * *" # Runs at midnight (UTC) on the 1st and 15th of every month + displayName: "Twice a Month Schedule" + branches: + include: + - main + always: true # Ensures it runs even if there are no code changes + variables: - template: /build/variables.yml@self