mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Don't run pull_request builds on docs-only change (#14485)
This commit is contained in:
parent
81b8d7a66b
commit
46f5234bd9
5
.github/workflows/pull_request.yml
vendored
5
.github/workflows/pull_request.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user