ignore pr code checks for docs only changes

This commit is contained in:
Roopesh V S
2023-09-18 19:42:35 +05:30
committed by Roopesh
parent 59696d1ace
commit 433be59ea7
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ name: APIDiff
on:
push:
pull_request:
paths-ignore:
- 'site/**'
jobs:
go-apidiff: