Expose _webui_find_the_best_browser
as webui_get_best_browser
#260
Workflow file for this run
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
# http://webui.me | |
# https://github.com/webui-dev/webui | |
# Copyright (c) 2020-2023 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'] | |
jobs: | |
windows: | |
uses: ./.github/workflows/windows.yml | |
permissions: | |
contents: write | |
macos: | |
uses: ./.github/workflows/macos.yml | |
permissions: | |
contents: write | |
linux: | |
uses: ./.github/workflows/linux.yml | |
permissions: | |
contents: write |