Skip to content

add new AMS schema for new product (#1182) #677

add new AMS schema for new product (#1182)

add new AMS schema for new product (#1182) #677

name: CI
# Run this workflow every time a commit is pushed to main
# The `workflow_dispatch` had been added to be able to run the
# workflow manually (for testing purposes).
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
name: Trigger "Publish Schema" pipeline on Azure DevOps.
runs-on: ubuntu-latest
steps:
- name: Call Azure
uses: amsterdam/[email protected]
with:
pipeline-id: 812
organisation: CloudCompetenceCenter
project: 'Data Diensten'
pat-token: ${{ secrets.AZURE_DEVOPS_TOKEN }}