From c3fbc81e19793f7fb98608764191ff77a640a359 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sun, 5 Oct 2025 00:55:00 +0000 Subject: Ignore various paths in the Publish workflow. --- .github/workflows/publish.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.github') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d3e1223d2..a4116b0c7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,6 +3,16 @@ name: Publish on: push: branches: [main] + paths-ignore: + - '.**' + - 'tests/**' + - '*.*-dist' + - '*.js' + - '*.json' + - '*.lock' + - '*.md' + - '*.neon' + - '*.xml' # Allow manual triggering workflow_dispatch: -- cgit v1.2.3-54-g00ecf