Skip to content

Commit

Permalink
Continuous delivery when changes are pushed to main
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoborges authored Nov 1, 2023
1 parent a4071ff commit 3812c2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/app-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3812c2f

Please sign in to comment.