forked from Github/frigate
Don't run pull_request builds on docs-only change (#14485)
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user