summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-05 00:55:00 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-05 00:55:00 +0000
commitc3fbc81e19793f7fb98608764191ff77a640a359 (patch)
tree64ad8a8aa13271718c6c3181b2687b402c5e3af6
parent0bc55e8366836eccaaa0a77961a49ae49c955aca (diff)
Ignore various paths in the Publish workflow.
-rw-r--r--.github/workflows/publish.yml10
1 files changed, 10 insertions, 0 deletions
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: