예약된 트리거 예약된 트리거는 일정에 따라 파이프라인을 시작할 수 있음 이벤트 기반 트리거는 PR 또는 분기와 같은 이벤트에 대한 응답으로 파이프라인을 시작 schedules: - cron: string # cron syntax defining a schedule displayName: string # friendly name given to a specific schedule branches: include: [ string ] # which branches the schedule applies to exclude: [ string ] # which branches to exclude from the schedule always: boolean # whether to always run the pipeline or only if there have been source code changes since the last successful scheduled run. The defau...
원문 링크 : 【Azure Pipeline】 트리거