We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c32222 commit b56e0e3Copy full SHA for b56e0e3
.github/workflows/main_backendbluenps.yml
@@ -6,7 +6,7 @@ name: Build and deploy Django app to Azure App Service
6
on:
7
push:
8
branches:
9
- - master
+ - main
10
11
env:
12
WEBAPP_NAME: 'my-python-app' # Replace with the name of your Azure web app
0 commit comments