From 3e4e786d914761f456c516307bee5b3ce0807ff3 Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Tue, 18 Mar 2025 09:40:24 +0100 Subject: [PATCH] actions: deployment workflow update pull_request closed niet nodig --- .github/workflows/deployment.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 674398ca..090c56fa 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -4,16 +4,10 @@ on: push: branches: - main - pull_request: - branches: - - main - types: - - closed jobs: docker: name: Deploy with docker - if: github.event.pull_request.merged == true runs-on: [self-hosted, Linux, X64] steps: -