We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2570ca commit 21c8fe8Copy full SHA for 21c8fe8
.github/workflows/check-code-generation-task.yml
@@ -11,15 +11,15 @@ on:
11
- "Taskfile.yml"
12
- "go.mod"
13
- "go.sum"
14
- - "**/*.go"
+ - "**.go"
15
- "etc/schemas/**/*.json"
16
pull_request:
17
paths:
18
- ".github/workflows/check-code-generation-task.ya?ml"
19
20
21
22
23
24
25
jobs:
.github/workflows/test-go-task.yml
@@ -13,15 +13,15 @@ on:
- "**/testdata/**"
- ".github/workflows/test-go-task.ya?ml"
26
workflow_dispatch:
27
repository_dispatch:
0 commit comments