diff options
| author | waja <waja@users.noreply.github.com> | 2023-06-28 16:38:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-28 16:38:22 +0200 |
| commit | 9ef6660cab8eb2b017323b9e000cb3560f07886b (patch) | |
| tree | e88c70524d4289bbe175f3601e20704690f29f28 /.github/workflows/test.yml | |
| parent | b4e578e2cd835221ee343e56923588828d36f99b (diff) | |
| parent | b24eb7f46ac8667324efd818c01d68d5a1376c89 (diff) | |
| download | monitoring-plugins-9ef6660cab8eb2b017323b9e000cb3560f07886b.tar.gz | |
Merge branch 'master' into compiler_warning_part_6
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e825eb34..306f21cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -1,9 +1,11 @@ | |||
| 1 | --- | ||
| 1 | name: Test | 2 | name: Test |
| 2 | 3 | ||
| 3 | on: | 4 | on: |
| 4 | push: | 5 | push: |
| 5 | branches: | 6 | branches: |
| 6 | - '*' | 7 | - '*' |
| 8 | # Run test for any PRs | ||
| 7 | pull_request: | 9 | pull_request: |
| 8 | 10 | ||
| 9 | jobs: | 11 | jobs: |
