From 3812c2ffa2d94d486ae09484d6686d5c154ba7ff Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Wed, 1 Nov 2023 10:09:16 -0700 Subject: [PATCH] Continuous delivery when changes are pushed to main --- .github/workflows/app-ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/app-ci.yaml b/.github/workflows/app-ci.yaml index 598353f..6082aea 100644 --- a/.github/workflows/app-ci.yaml +++ b/.github/workflows/app-ci.yaml @@ -2,9 +2,8 @@ name: Deploy to Production (Azure) on: push: - # Pattern matched against refs/tags - tags: - - '*' # Push events to every tag not containing / + branches: + - main workflow_dispatch: jobs: