Skip build checks on documentation updates (#2271)

* skip build checks on documentation updates
This commit is contained in:
Fariss
2024-08-12 12:26:14 +02:00
committed by GitHub
parent e863ce5ff3
commit ab3b074c6a
2 changed files with 5 additions and 0 deletions

View File

@@ -3,6 +3,10 @@ name: build
on:
pull_request:
branches: [ master ]
paths-ignore:
- 'web/**'
- 'doc/**'
- '**.md'
release:
types: [edited, published]