Skip to content

Commit 327a9c0

Browse files
committed
modified: .github/workflows/doxygen.yml
1 parent 509e356 commit 327a9c0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/doxygen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ name: 📖 Doxygen
33

44
on:
55
push:
6+
branches: [main]
67
paths:
78
- "functions/**"
89
- "lib/**"
910
pull_request:
11+
branches: [main]
1012
paths:
1113
- "functions/**"
1214
- "lib/**"

.trunk/trunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lint:
2525
- markdownlint@0.38.0
2626
- prettier@3.1.1
2727
- trivy@0.48.1
28-
- trufflehog@3.63.4
28+
- trufflehog@3.63.5
2929
actions:
3030
enabled:
3131
- trunk-announce

0 commit comments

Comments
 (0)