We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509e356 commit 327a9c0Copy full SHA for 327a9c0
2 files changed
.github/workflows/doxygen.yml
@@ -3,10 +3,12 @@ name: 📖 Doxygen
3
4
on:
5
push:
6
+ branches: [main]
7
paths:
8
- "functions/**"
9
- "lib/**"
10
pull_request:
11
12
13
14
.trunk/trunk.yaml
@@ -25,7 +25,7 @@ lint:
25
- markdownlint@0.38.0
26
- prettier@3.1.1
27
- trivy@0.48.1
28
- - trufflehog@3.63.4
+ - trufflehog@3.63.5
29
actions:
30
enabled:
31
- trunk-announce
0 commit comments