mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-07 11:21:11 +03:00
Don't run pull_request builds on docs-only change (#14485)
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
name: On pull request
|
name: On pull request
|
||||||
|
|
||||||
on: pull_request
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEFAULT_PYTHON: 3.9
|
DEFAULT_PYTHON: 3.9
|
||||||
|
|||||||
Reference in New Issue
Block a user