Skip to content

Create release workflow. #24

Create release workflow.

Create release workflow. #24

Workflow file for this run

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
name: Build (dev)
permissions:
contents: read
on:
pull_request:
branches:
- main
- release/*
# Allow pipeline to be run manually.
workflow_dispatch: {}
jobs:
build:
uses: ./.github/workflows/build.yml
with:
publishType: dev