[monitoring-plugins] CI: Adding workflow_dispatch
Jan Wagner
git at monitoring-plugins.org
Wed Jul 23 15:50:11 CEST 2025
Module: monitoring-plugins
Branch: master
Commit: d2bea1d288328d2d387d587b38a0efeba1becc97
Author: Jan Wagner <waja at cyconet.org>
Date: Wed Jul 23 15:22:45 2025 +0200
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d2bea1d2
CI: Adding workflow_dispatch
---
.github/workflows/codeql-analysis.yml | 1 +
.github/workflows/spellcheck.yml | 1 +
.github/workflows/test.yml | 1 +
3 files changed, 3 insertions(+)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index c402e0cf..e748d2eb 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -13,6 +13,7 @@
name: "CodeQL"
on:
+ workflow_dispatch: {}
push:
branches: [master]
pull_request:
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml
index 72f7c7eb..c8714e64 100644
--- a/.github/workflows/spellcheck.yml
+++ b/.github/workflows/spellcheck.yml
@@ -2,6 +2,7 @@
name: Spellcheck
on:
+ workflow_dispatch: {}
# Run for pushes on any branch
push:
branches:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ce0ec547..146d91b6 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,6 +2,7 @@
name: Tests
on:
+ workflow_dispatch: {}
push:
branches:
- '*'
More information about the Commits
mailing list