Skip to content

WIP: Trigger https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build main workflow as this repo CI #49

WIP: Trigger https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build main workflow as this repo CI

WIP: Trigger https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build main workflow as this repo CI #49

Workflow file for this run

name: Build toolchain
on:
push:
branches:
- main
- woarm64
pull_request:
workflow_dispatch:
permissions: write-all
jobs:
trigger-build:
runs-on: windows-latest
env:
PAT_ACTION: ${{ secrets.PAT_ACTION }}
steps:
- uses: actions/checkout@v3
with:
sparse-checkout: '.github'
- run: .github/scripts/trigger-workflow.ps1 -Branch "${{ github.head_ref || github.ref_name }}"