From 8be948623b099e3852f44474a02e5c34616d8a01 Mon Sep 17 00:00:00 2001 From: Radical Date: Tue, 22 Jul 2025 18:55:57 +0200 Subject: [PATCH] ci: only run on push prevents duplicate CIs from running at the same time --- .woodpecker/build-and-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.woodpecker/build-and-publish.yml b/.woodpecker/build-and-publish.yml index 6001a00..e62bd74 100644 --- a/.woodpecker/build-and-publish.yml +++ b/.woodpecker/build-and-publish.yml @@ -8,7 +8,6 @@ steps: - pnpm build when: - event: push - - event: pull_request - name: container-build-and-publish image: docker