diff options
| author | waja <waja@users.noreply.github.com> | 2023-06-28 16:37:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-28 16:37:55 +0200 |
| commit | c22c277b3df4884719c833daaffca59167abd14a (patch) | |
| tree | 47b040d77e8be01b5672dab88da270bde1f438cc /.github/workflows/test.yml | |
| parent | 1bce93b28a889edcaed10a920c931a6232940ad8 (diff) | |
| parent | b24eb7f46ac8667324efd818c01d68d5a1376c89 (diff) | |
| download | monitoring-plugins-c22c277.tar.gz | |
Merge branch 'master' into check_swap_scanf_expressions
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5685003c..306f21cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -1,11 +1,12 @@ | |||
| 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 | - '*' | ||
| 9 | 10 | ||
| 10 | jobs: | 11 | jobs: |
| 11 | codespell: | 12 | codespell: |
