Skip to content

Commit

Permalink
CI: Update image release workflow to limit release scope
Browse files Browse the repository at this point in the history
This reverts the PR trigger which was used for testing, and now
ensures the image will only be released on a PR merged to main
since we're not allowing for a direct push to main.
  • Loading branch information
omeryusufyagci committed Dec 11, 2024
1 parent 972411c commit e555f4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
push:
branches:
- main
pull_request:
branches:
- main


jobs:
build-and-push:
Expand Down

0 comments on commit e555f4a

Please sign in to comment.