Skip to content

cmd path

cmd path #462

Workflow file for this run

name: CI
on:
push:
paths-ignore: ['**/*.md']
pull_request:
paths-ignore: ['**/*.md']
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name == 'main' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
# linux:
# uses: ./.github/workflows/linux.yml
#
# macos:
# uses: ./.github/workflows/macos.yml
windows:
uses: ./.github/workflows/windows.yml