From ba97cbc5fd4a83a5a1862869691a2332763cfb30 Mon Sep 17 00:00:00 2001 From: Thilo W Date: Fri, 24 May 2024 10:45:06 +0200 Subject: [PATCH] update job if requirements are 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 337af8d3..91c4c226 100644 --- a/.github/workflows/test_icingaweb2_ini_template.yml +++ b/.github/workflows/test_icingaweb2_ini_template.yml @@ -12,6 +12,7 @@ on: - 'roles/icingaweb2/templates/**' - 'molecule/ini-configuration-tests/**' - '.github/workflows/test_icingaweb2_ini_template.yml' + - 'requirements*' pull_request: branches: - 'feature/**'