chore(workflows): remove unused workflow_dispatch trigger

- Eliminates the workflow_dispatch trigger from the release workflow
  as it is no longer required, simplifying the configuration.
This commit is contained in:
2025-05-08 19:32:42 +02:00
parent 04029f87a3
commit 16c0053964

View File

@@ -1,7 +1,6 @@
name: Auto Changelog & Release
on:
workflow_dispatch:
push:
branches:
- main