Set ado-build.yml to trigger CI on merge to main #5
Workflow file for this run
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: Build Multitool for npm | |
on: | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
name: Run | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build Multitool for npm | |
run: ./scripts/BuildMultitoolForNpm.ps1 |