We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37abbde commit 5ae71faCopy full SHA for 5ae71fa
1 file changed
.github/workflows/TryMudEx.yml
@@ -2,7 +2,8 @@ name: Deploy TryMudEx
2
on:
3
push:
4
branches:
5
- - 'main'
+ - '**'
6
+ workflow_dispatch:
7
env:
8
AZURE_WEBAPP_NAME: TryMudEx
9
AZURE_WEBAPP_PACKAGE_PATH: .\published
0 commit comments