mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-19 17:12:33 -04:00
Merge pull request #2136 from waja/ci_dispatch
This commit is contained in:
commit
04fa8ae9e2
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