We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb69b3d commit 4538f23Copy full SHA for 4538f23
1 file changed
.github/workflows/cicd.yml
@@ -13,7 +13,9 @@ env:
13
DOTNET_VERSION: '9.0.x' # set this to the dot net version to use
14
15
jobs:
16
- build:
+ cicd:
17
+ name: Build and Deploy to Azure Web App
18
+
19
runs-on: ubuntu-latest
20
21
steps:
0 commit comments