mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
Skip build checks on documentation updates (#2271)
* skip build checks on documentation updates
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -3,6 +3,10 @@ name: build
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- 'web/**'
|
||||
- 'doc/**'
|
||||
- '**.md'
|
||||
release:
|
||||
types: [edited, published]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user