mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
CI: Adding workflow_dispatch
This commit is contained in:
parent
da810e0dbe
commit
d2bea1d288
3 changed files with 3 additions and 0 deletions
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -13,6 +13,7 @@
|
|||
name: "CodeQL"
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
|
|
|
|||
1
.github/workflows/spellcheck.yml
vendored
1
.github/workflows/spellcheck.yml
vendored
|
|
@ -2,6 +2,7 @@
|
|||
name: Spellcheck
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
# Run for pushes on any branch
|
||||
push:
|
||||
branches:
|
||||
|
|
|
|||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -2,6 +2,7 @@
|
|||
name: Tests
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
|
|
|
|||
Loading…
Reference in a new issue