From 90eac041dedf97bbbd65086c6ff847c7be421d32 Mon Sep 17 00:00:00 2001 From: iWas-Coder Date: Fri, 19 Jul 2024 10:38:09 +0200 Subject: [PATCH] fix: rerun workflow if its manifest gets changed --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8290c4d..a58d997 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,6 +4,7 @@ on: push: branches: [master] paths: + - '.github/workflows/test.yaml' - 'include/**' - 'src/**' - 'test/**' @@ -12,6 +13,7 @@ on: branches: [master] types: [opened, synchronize] paths: + - '.github/workflows/test.yaml' - 'include/**' - 'src/**' - 'test/**'