3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Add docs/** path to netlify-build-docs workflow.

This commit is contained in:
Jamie Gaehring 2021-10-31 10:04:18 -04:00
parent f5805e9c93
commit a4579673cb

View file

@ -3,9 +3,13 @@ on:
push:
branches:
- '2.x-netlify-build-docs'
paths:
- 'docs/**'
pull_request:
branches:
- '2.x-netlify-build-docs'
paths:
- 'docs/**'
jobs:
build: