From ece5711e66ece8c0b5a6fc85ed89fbadff755c27 Mon Sep 17 00:00:00 2001 From: Thilo W Date: Fri, 24 May 2024 09:49:05 +0200 Subject: [PATCH] run test if workflow is changed --- .github/workflows/test_icingaweb2_ini_template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_icingaweb2_ini_template.yml b/.github/workflows/test_icingaweb2_ini_template.yml index 0af97c1c..337af8d3 100644 --- a/.github/workflows/test_icingaweb2_ini_template.yml +++ b/.github/workflows/test_icingaweb2_ini_template.yml @@ -11,6 +11,7 @@ on: paths: - 'roles/icingaweb2/templates/**' - 'molecule/ini-configuration-tests/**' + - '.github/workflows/test_icingaweb2_ini_template.yml' pull_request: branches: - 'feature/**'