From fea423c9b1ab5756d430a87ca1314b9bffecd8b2 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Tue, 17 Sep 2024 17:24:07 -0500 Subject: [PATCH] Fixes #3987 - Trigger Core Profile TCK on update to external/coreprofile-tck directory (#3988) --- .github/workflows/tck-coreprofile.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tck-coreprofile.yml b/.github/workflows/tck-coreprofile.yml index 610557178..a781ec191 100644 --- a/.github/workflows/tck-coreprofile.yml +++ b/.github/workflows/tck-coreprofile.yml @@ -1,5 +1,17 @@ name: tck-coreprofile -on: +on: + push: + paths: + - 'external/coreprofile-tck/**' + branches: + - '*' + tags-ignore: + - 'v*' + pull_request: + paths: + - 'external/coreprofile-tck/**' + branches: + - '*' schedule: - cron: "0 0 * * *" workflow_dispatch: