diff --git a/.github/workflows/azure-pipelines.yml b/.github/workflows/azure-pipelines.yml index 7276818..a7483e0 100644 --- a/.github/workflows/azure-pipelines.yml +++ b/.github/workflows/azure-pipelines.yml @@ -1,6 +1,10 @@ trigger: - pipeline +on: + push: + branches: + - '*' pool: vmImage: 'ubuntu-latest'