diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-06-28 13:54:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 13:54:24 (GMT) |
commit | 2275da632c2595cf3ec89d0fadbfacecaf89515d (patch) | |
tree | 9c2912004ebdea66a455d1426edfd9bd829644ff | |
parent | 90ee2e9a5260d0e4d5e3cadde2fed135bf63e74a (diff) | |
parent | 22779b1b99fa1278a60e72a674846b12496754eb (diff) | |
download | monitoring-plugins-2275da632c2595cf3ec89d0fadbfacecaf89515d.tar.gz |
Merge pull request #1892 from waja/CI_fix_build
Fix CI workflow syntax
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5685003..88d5d66 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -4,8 +4,8 @@ on: | |||
4 | push: | 4 | push: |
5 | branches: | 5 | branches: |
6 | - '*' | 6 | - '*' |
7 | # Run test for any PRs | ||
7 | pull_request: | 8 | pull_request: |
8 | - '*' | ||
9 | 9 | ||
10 | jobs: | 10 | jobs: |
11 | codespell: | 11 | codespell: |