Standardise the use of Selected
and SelectedChanged
(#8886)
#144
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: deploy-mudblazor-dev | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ dev ] | |
jobs: | |
deploy-web-app: | |
name: Deploy web app to dev.mudblazor.com | |
if: ${{ github.repository_owner == 'MudBlazor' }} | |
uses: MudBlazor/Workflows/.github/workflows/template-deploy-web-app.yml@main | |
with: | |
web-app-name: mudblazor-dev | |
project-directory: './src/MudBlazor.Docs.WasmHost' | |
secrets: | |
publish-profile: ${{ secrets.PUBLISH_MUDBLAZOR_DEV }} |