Skip to content

Commit

Permalink
Added automated build
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Aug 23, 2023
1 parent 952b721 commit 4c4a843
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion build/azure-pipelines/azure-pipelines-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@ parameters:
- ubuntu-latest
- macOS-latest

trigger: none
trigger:
batch: true
branches:
include:
- main
- preview
paths:
include:
- src/*

pr: none

variables:
Expand Down

0 comments on commit 4c4a843

Please sign in to comment.