diff --git a/azure-pipelines.yml b/azure-pipelines.yml index af2f3f9..d1a929a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,7 @@ trigger: branches: include: - - master + - main paths: exclude: - README.md @@ -14,7 +14,7 @@ schedules: always: true branches: include: - - master + - main jobs: - job: PowerShellCore @@ -71,4 +71,4 @@ jobs: displayName: TestManifest inputs: targetType: inline - script: 'Test-ModuleManifest -Path ./FeatureFlags.psd1' \ No newline at end of file + script: 'Test-ModuleManifest -Path ./FeatureFlags.psd1'