Skip to content

Commit 6238603

Browse files
committed
github: suppress running CI only for documentation
For updating documentation or release task, running GitHub Actions is waste of resource. https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 1a8aaa4 commit 6238603

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ name: Test
33
on:
44
push:
55
branches: [master]
6+
paths-ignore:
7+
- '*.md'
8+
- 'lib/fluent/version.rb'
69
pull_request:
710
branches: [master]
11+
- '*.md'
12+
- 'lib/fluent/version.rb'
813

914
permissions: read-all
1015

0 commit comments

Comments
 (0)