chore: Update deployment workflow to trigger on closed pull requests to prod
Some checks failed
Deploy to Production, build images and push to Gitea Registry / build_and_push (pull_request) Failing after 32s

This commit is contained in:
mohamad 2025-06-01 14:38:04 +02:00
parent 8ff31ecf91
commit e104d26583

View File

@ -1,12 +1,14 @@
name: Deploy to Production, build images and push to Gitea Registry name: Deploy to Production, build images and push to Gitea Registry
on: on:
push: pull_request:
types: [closed]
branches: branches:
- prod - prod
jobs: jobs:
build_and_push: build_and_push:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: