diff --git a/.github/workflows/azure-pipelines.yml b/.github/workflows/azure-pipelines.yml new file mode 100644 index 00000000..254821b4 --- /dev/null +++ b/.github/workflows/azure-pipelines.yml @@ -0,0 +1,23 @@ +name: Azure Pipelines Integration + +on: + push: + branches: + - main + pull_request: + branches: + - main + +permissions: + contents: read + +jobs: + trigger-azure-pipeline: + runs-on: ubuntu-latest + steps: + - name: Azure Pipelines Action + uses: Azure/pipelines@v1.2 + with: + azure-devops-project-url: ${{ secrets.AZURE_DEVOPS_PROJECT_URL }} + azure-pipeline-name: ${{ secrets.AZURE_PIPELINE_NAME }} + azure-devops-token: ${{ secrets.AZURE_DEVOPS_TOKEN }}