From b0ba98e2e64874881f3544b6adc9240df5b7b38d Mon Sep 17 00:00:00 2001 From: Christian Hilgenkamp Date: Fri, 21 Mar 2025 15:54:50 +0100 Subject: [PATCH] Edited workflow to only create image on push branchand not on pull request to reduce created images --- .github/workflows/deployment.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 91b5a24..d51f95d 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -3,8 +3,6 @@ name: on: push: branches: [ "main" ] - pull_request: - branches: [ "main" ] permissions: contents: read