Create TriggerAzurePipelines.yml
This commit is contained in:
Родитель
558e98c014
Коммит
7cc7357725
|
@ -0,0 +1,22 @@
|
|||
# This is a basic workflow to help you get started with Actions
|
||||
|
||||
name: Call Azure Pipeline
|
||||
|
||||
# Controls when the action will run.
|
||||
on:
|
||||
push:
|
||||
branches: [feature/* ]
|
||||
pull_request:
|
||||
branches: [ master, feature/* ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Call Azure Pipeline
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Azure Pipelines Action
|
||||
uses: Azure/pipelines@v1
|
||||
with:
|
||||
azure-devops-project-url: https://dev.azure.com/azure/Azure-Sentinel
|
||||
azure-pipeline-name: 'azure-pipelines.yml'
|
||||
azure-devops-token: ${{ secrets.AZURE_DEVOPS_TOKEN }}
|
Загрузка…
Ссылка в новой задаче