diff options
| author | Jan Wagner <waja@cyconet.org> | 2025-07-23 15:22:45 +0200 |
|---|---|---|
| committer | Jan Wagner <waja@cyconet.org> | 2025-07-23 15:22:45 +0200 |
| commit | d2bea1d288328d2d387d587b38a0efeba1becc97 (patch) | |
| tree | da33f289cf55b7292fad273031813d3ec18273e1 /.github/workflows/test.yml | |
| parent | da810e0dbe5fb1146c35ebf02fffdbaf4de06e51 (diff) | |
| download | monitoring-plugins-d2bea1d288328d2d387d587b38a0efeba1becc97.tar.gz | |
CI: Adding workflow_dispatch
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 2 | name: Tests | 2 | name: Tests |
| 3 | 3 | ||
| 4 | on: | 4 | on: |
| 5 | workflow_dispatch: {} | ||
| 5 | push: | 6 | push: |
| 6 | branches: | 7 | branches: |
| 7 | - '*' | 8 | - '*' |
