From 8ba0914a59a719e58f84fecc0b39a4b3ce07415a Mon Sep 17 00:00:00 2001 From: schuer Date: Wed, 27 Dec 2023 21:21:20 +0100 Subject: [PATCH] ci: remove debug publishing within PRs --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4550df3..ea8090f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,9 +8,6 @@ on: - "images/**/*" # add workflow dispatch to manually publish the current images workflow_dispatch: - pull_request: - paths: - - "images/**/*" concurrency: # Cancel in-progress jobs if a new job is trigged by a commit from the same branch