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/**'