Skip to content

Commit 0bf49ac

Browse files
Add DistTasks.yml to check-taskfiles workflow
1 parent af659da commit 0bf49ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/check-taskfiles.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ on:
1313
- "package.json"
1414
- "package-lock.json"
1515
- "**/Taskfile.ya?ml"
16+
- "**/DistTasks.ya?ml"
1617
pull_request:
1718
paths:
1819
- ".github/workflows/check-taskfiles.ya?ml"
1920
- "package.json"
2021
- "package-lock.json"
2122
- "**/Taskfile.ya?ml"
23+
- "**/DistTasks.ya?ml"
2224
schedule:
2325
# Run every Tuesday at 8 AM UTC to catch breakage resulting from changes to the JSON schema.
2426
- cron: "0 8 * * TUE"
@@ -37,6 +39,7 @@ jobs:
3739
file:
3840
# TODO: add paths to any additional Taskfiles here
3941
- ./**/Taskfile.yml
42+
- ./**/DistTasks.yml
4043

4144
steps:
4245
- name: Checkout repository

0 commit comments

Comments
 (0)