summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorwaja <waja@users.noreply.github.com>2023-06-28 14:38:43 (GMT)
committerGitHub <noreply@github.com>2023-06-28 14:38:43 (GMT)
commit4f4dd3a7a342f79dbd40e5636a5808f80ef6ed7b (patch)
tree9548b86fb65286fc3dd457b85dc296c5cfc5d019 /.github/workflows/test.yml
parent6d341c40ab4d84d5eabfd672de1ffa3c7ecd07be (diff)
parentb24eb7f46ac8667324efd818c01d68d5a1376c89 (diff)
downloadmonitoring-plugins-4f4dd3a7a342f79dbd40e5636a5808f80ef6ed7b.tar.gz
Merge branch 'master' into compiler_warning_part_5
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e825eb3..306f21c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,9 +1,11 @@
1---
1name: Test 2name: Test
2 3
3on: 4on:
4 push: 5 push:
5 branches: 6 branches:
6 - '*' 7 - '*'
8 # Run test for any PRs
7 pull_request: 9 pull_request:
8 10
9jobs: 11jobs: