nieuwe attributen toegevoegd (#789) #347
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
# Run this workflow every time a commit is pushed to main | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
name: Trigger "Publish Schema" pipeline on Azure DevOps. | |
runs-on: ubuntu-latest | |
steps: | |
- name: Call Azure | |
uses: Azure/pipelines@v1 | |
with: | |
azure-devops-project-url: ${{ secrets.AZURE_DEVOPS_URL }} | |
azure-pipeline-name: ${{ secrets.AZURE_DEVOPS_PIPELINE }} | |
azure-devops-token: ${{ secrets.AZURE_DEVOPS_TOKEN }} |