fix: correct infra paths in promote-to-uat workflow #414

Merged
the-dogfather-cto[bot] merged 18 commits from fix/correct-infra-paths-in-promote-to-uat-workflow into dev 2026-05-14 20:16:23 +00:00
Showing only changes of commit e9fceb78b3 - Show all commits
+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