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 d62ec6f commit b9b2cafCopy full SHA for b9b2caf
.github/workflows/app-ci.yaml
@@ -1,16 +1,10 @@
1
-# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
2
-# More GitHub Actions for Azure: https://github.com/Azure/actions
3
-# More info on Python, GitHub Actions, and Azure App Service: https://aka.ms/python-webapps-actions
4
-
5
-name: App Continuous Integration pipeline
+name: Deploy to Production (Azure)
6
7
on:
8
push:
9
- branches:
10
- - app-ci-github-actions
11
- - main
12
- pull_request:
13
- branches: [ main ]
+ # Pattern matched against refs/tags
+ tags:
+ - '*' # Push events to every tag not containing /
14
workflow_dispatch:
15
16
jobs:
0 commit comments