Skip to content

Allow custom compiler #452

Allow custom compiler

Allow custom compiler #452

Workflow file for this run

# http://webui.me
# https://github.com/webui-dev/webui
# Copyright (c) 2020-2024 Hassan Draga.
# Licensed under MIT License.
# All rights reserved.
#
# Special Thanks to Turiiya (https://github.com/ttytm)
name: CI
on:
push:
paths-ignore: ['**/*.md']
pull_request:
branches: [main]
paths-ignore: ['**/*.md']
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name == 'main' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
# windows_arm64:
# uses: ./.github/workflows/windows_arm64.yml
# windows_x64:
# uses: ./.github/workflows/windows_x64.yml
# macos_arm64:
# uses: ./.github/workflows/macos_arm64.yml
# macos_x64:
# uses: ./.github/workflows/macos_x64.yml
linux_arm64:
uses: ./.github/workflows/linux_arm64.yml
# linux_arm:
# uses: ./.github/workflows/linux_arm.yml
# linux_x64:
# uses: ./.github/workflows/linux_x64.yml