Skip to content

Commit 97194f9

Browse files
committed
ci: exclude docs from triggering pipeline
1 parent 914e4d7 commit 97194f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ffmpeg.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- '*'
66
tags-ignore:
77
- '*'
8+
paths-ignore:
9+
- '*.md'
10+
- 'docs/**'
811
pull_request:
912
workflow_dispatch:
1013
release:

0 commit comments

Comments
 (0)