Skip to content

Commit 3451e28

Browse files
committed
ci(template): ignore build for doc changes
1 parent 932368c commit 3451e28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

template/.github/workflows/build.yml.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ on:
1414
- "renovate/**"
1515
tags:
1616
- '[0-9][0-9].[0-9]+.[0-9]+'
17+
paths-ignore:
18+
- '*.md'
19+
- 'docs/**'
1720
pull_request:
21+
paths-ignore:
22+
- '*.md'
23+
- 'docs/**'
1824
merge_group:
1925
schedule:
2026
# Run every Saturday morning: https://crontab.guru/#15_3_*_*_6

0 commit comments

Comments
 (0)