actions: deployment workflow update

pull_request closed niet nodig
This commit is contained in:
Timo De Meyst 2025-03-18 09:40:24 +01:00
parent 4507f908e2
commit 3e4e786d91

View file

@ -4,16 +4,10 @@ on:
push: push:
branches: branches:
- main - main
pull_request:
branches:
- main
types:
- closed
jobs: jobs:
docker: docker:
name: Deploy with docker name: Deploy with docker
if: github.event.pull_request.merged == true
runs-on: [self-hosted, Linux, X64] runs-on: [self-hosted, Linux, X64]
steps: steps:
- -