ph4 #1

Merged
mo merged 2 commits from ph4 into prod 2025-06-01 14:39:43 +02:00
Showing only changes of commit e104d26583 - Show all commits

View File

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