We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af659da commit 0bf49acCopy full SHA for 0bf49ac
.github/workflows/check-taskfiles.yml
@@ -13,12 +13,14 @@ on:
13
- "package.json"
14
- "package-lock.json"
15
- "**/Taskfile.ya?ml"
16
+ - "**/DistTasks.ya?ml"
17
pull_request:
18
paths:
19
- ".github/workflows/check-taskfiles.ya?ml"
20
21
22
23
24
schedule:
25
# Run every Tuesday at 8 AM UTC to catch breakage resulting from changes to the JSON schema.
26
- cron: "0 8 * * TUE"
@@ -37,6 +39,7 @@ jobs:
37
39
file:
38
40
# TODO: add paths to any additional Taskfiles here
41
- ./**/Taskfile.yml
42
+ - ./**/DistTasks.yml
43
44
steps:
45
- name: Checkout repository
0 commit comments