diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f75941f..564c1af 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Build and publish image to Docker Packages on: push: - branches: ["main"] + branches: ["main", "feat-reviewer-and-status"] env: REGISTRY: ghcr.io