ci: only build on relevant changes (#47)

Reviewed-on: #47
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #47.
This commit is contained in:
2026-01-31 19:03:47 +01:00
committed by t.behrendt
parent 38ec82c700
commit 69cf2d493b

View File

@@ -4,6 +4,13 @@ on:
push:
branches:
- main
paths:
- "action.yml"
- "src/**"
- "dist/**"
- "package.json"
- "package-lock.json"
workflow_dispatch:
jobs:
release: