From b9879a3785b0cd5bb82becac7600185cf43fc678 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Thu, 14 May 2026 16:37:16 +0200 Subject: [PATCH] Skip changes detection outside pull-requests --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6f0b6050..bd307386 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -36,6 +36,7 @@ jobs: with: fetch-depth: 0 - id: filter + if: github.event_name == 'pull_request' env: BASE: ${{ github.event.pull_request.base.sha }} HEAD: ${{ github.event.pull_request.head.sha }}