fix(workflow): Fixes azure pipelines (#546)

Fixes azure pipelines not running on merge to main.
This commit is contained in:
Kamron Batman 2021-03-09 23:53:08 -08:00 committed by GitHub
parent 1ed23459bb
commit 5de6edbeb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
name: 'Build'
trigger:
- master
- main
variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true