Skip to content
7 changes: 7 additions & 0 deletions 1es-azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ pr:
branches:
include:
- '*'
schedules:
- cron: '0 8 * * 1'
displayName: Weekly Monday build
branches:
include:
- main
always: true
Comment thread
nagilson marked this conversation as resolved.

variables:
- name: is-runtime-release
Expand Down
Loading