fix(GRO-898): update CI to deploy on dev branch pushes #366

Merged
groombook-engineer[bot] merged 1 commits from fix/gro-898-ci-dev-branch into main 2026-04-24 15:53:15 +00:00
+1 -1
View File
@@ -340,7 +340,7 @@ jobs:
name: Update Infra Image Tags
runs-on: ubuntu-latest
needs: [docker]
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push'
permissions:
contents: write
pull-requests: write