Skip to content

Commit aa9e7bc

Browse files
committed
CI: skip release.yml on doc-only changes
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent cb6b4cd commit aa9e7bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,23 @@
33

44
name: Release
55
on:
6+
# paths-ignore should be kept in sync with test.yml
67
push:
78
branches:
89
- 'master'
910
tags:
1011
- 'v*'
12+
paths-ignore:
13+
- "docs/**"
14+
- "website/**"
15+
- "**.md"
1116
pull_request:
1217
branches:
1318
- 'master'
19+
paths-ignore:
20+
- "docs/**"
21+
- "website/**"
22+
- "**.md"
1423
env:
1524
GO111MODULE: on
1625
GOTOOLCHAIN: local

0 commit comments

Comments
 (0)