Skip to content

Commit 433be59

Browse files
roopeshvsRoopesh
authored andcommitted
ignore pr code checks for docs only changes
1 parent 59696d1 commit 433be59

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/apidiff.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: APIDiff
44
on:
55
push:
66
pull_request:
7+
paths-ignore:
8+
- 'site/**'
79

810
jobs:
911
go-apidiff:

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
paths-ignore:
9+
- 'site/**'
810

911
permissions:
1012
contents: read

0 commit comments

Comments
 (0)