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: