Skip to content

[ ci ] Add workflow_dispatch #127

[ ci ] Add workflow_dispatch

[ ci ] Add workflow_dispatch #127

---
name: Non-primary OS
on:
push:
branches:
- main
- master
tags:
- '*'
pull_request:
branches:
- main
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
statuses: write
concurrency:
group: ${{ github.workflow }}@${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Clone on Windows
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4