Skip to content

Commit

Permalink
fix(ups): should only be on branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Oct 2, 2024
1 parent 12e6094 commit d8eeaa7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-api-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Build and Push Docker image to Azure Container Registry

on:
push:
# Uncomment this if you want to limit it to specific branches
# branches:
# - main
branches:
- main

jobs:
build-and-push:
Expand Down

0 comments on commit d8eeaa7

Please sign in to comment.