diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1ba07b0..870cf91 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,11 +5,11 @@ trigger: none pr: none schedules: -- cron: '*/5 * * * *' - displayName: Every five minutes +- cron: '*/1 * * * *' + displayName: Every minute branches: include: - - main + - feat/$(env) always: true steps: