don't rebuild the plugin if source hasn't changed

This commit is contained in:
2025-05-15 00:24:14 +02:00
parent 77f31f7777
commit 917e76162f
+6 -1
View File
@@ -1,5 +1,10 @@
name: Build commit name: Build commit
on: [push] on:
push:
branches: [ main ]
paths:
- "src/**"
workflow_dispatch:
jobs: jobs:
build-commit: build-commit: