build: update webui submodule to latest commit to include recent fixes #274
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: CI | |
on: | |
push: | |
paths-ignore: ['**/*.md'] | |
pull_request: | |
paths-ignore: ['**/*.md'] | |
workflow_dispatch: | |
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 |