diff --git a/.github/workflows/check-taskfiles.yml b/.github/workflows/check-taskfiles.yml index e1b2903..79412b8 100644 --- a/.github/workflows/check-taskfiles.yml +++ b/.github/workflows/check-taskfiles.yml @@ -13,12 +13,14 @@ on: - "package.json" - "package-lock.json" - "**/Taskfile.ya?ml" + - "**/DistTasks.ya?ml" pull_request: paths: - ".github/workflows/check-taskfiles.ya?ml" - "package.json" - "package-lock.json" - "**/Taskfile.ya?ml" + - "**/DistTasks.ya?ml" schedule: # Run every Tuesday at 8 AM UTC to catch breakage resulting from changes to the JSON schema. - cron: "0 8 * * TUE" @@ -37,6 +39,7 @@ jobs: file: # TODO: add paths to any additional Taskfiles here - ./**/Taskfile.yml + - ./**/DistTasks.yml steps: - name: Checkout repository